michael-o commented on a change in pull request #428:
URL: https://github.com/apache/tomcat/pull/428#discussion_r655173373



##########
File path: java/org/apache/catalina/realm/JNDIRealm.java
##########
@@ -469,6 +474,19 @@
      */
     protected boolean useContextClassLoader = true;
 
+    /**
+     * The comma separated names of user attributes to additionally query from 
the
+     * user's directory entry. These will be provided to the user through the
+     * created Principal's <i>attributes</i> map.
+     */
+    protected String userAttributes;

Review comment:
       Agreed.




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to