You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2021/12/14 08:15:22 UTC

[GitHub] [logging-log4j2] axdimitar commented on a change in pull request #608: Restrict LDAP access via JNDI

axdimitar commented on a change in pull request #608:
URL: https://github.com/apache/logging-log4j2/pull/608#discussion_r768408481



##########
File path: src/site/xdoc/manual/configuration.xml.vm
##########
@@ -2146,6 +2146,32 @@ public class AwesomeTest {
       before falling back to the default class loader.
     </td>
   </tr>
+  <tr>
+    <td><a name="allowedLdapClasses"/>log4j2.allowedLdapClasses</td>
+    <td>LOG4J_ALLOWED_LDAP_CLASSES</td>
+    <td>&nbsp;</td>
+    <td>
+      System property that specifies fully qualified class names that may be accessed by LDAP. The classes
+      must implement Serializable. By default only Java primative classes are allowed.

Review comment:
       primitive vs primative




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org