-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Trunk
-
Fix Version/s: Trunk
-
Component/s: UsersStore & UsersRepository
-
Labels:
-
Environment:LDAP user store deployments
I have modified ReadOnlyUsersLDAPRepository.java to accept an additional filter parameter from conf/usersrepository.xml. The filter parameter accepts an argument in LDAP search format like (memberOf=<dn>) to enable filtering of logins by group membership or other criteria.
My updated code is based on the current trunk source. ReadOnlyUsersLDAPRepository.java and conf/usersrepository.xml are the only affected files.