Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-M15
-
None
Description
final String ldapFilter = FilterEncoder.format("(&(objectclass=person)(|(mail={0})(primaryMail={1})))", new String[] { tokenUsername, tokenUsername });
It should accept String... so that the new String[] is unnecessary.
Attachments
Issue Links
- requires
-
DIRSHARED-143 Provide helper method to escape characters to be used in LDAP Filter literal
- Closed