Skip to content
Snippets Groups Projects
Commit 2765e19c authored by Brian Major's avatar Brian Major
Browse files

Merge branch 's1736' of /srv/cadc/git/wopencadc into s1736

parents 48d6dd15 f8368ec8
No related branches found
No related tags found
No related merge requests found
...@@ -407,9 +407,8 @@ public class LdapUserDAO<T extends Principal> extends LdapDAO ...@@ -407,9 +407,8 @@ public class LdapUserDAO<T extends Principal> extends LdapDAO
.getClass()); .getClass());
} }
searchField = "(" + searchField + "=" + searchField = "(" + searchField + "=" + user.getUserID().getName()
AuthenticationUtil.canonizeDistinguishedName( + ")";
user.getUserID().getName()) + ")";
SearchResultEntry searchResult = null; SearchResultEntry searchResult = null;
try try
......
# This are the configuration fields required by the Ldap ldap-dao unit tests
server = proc5-03.cadc.dao.nrc.ca
port = 636
proxyUser = webproxy
usersDn = ou=Users,ou=ds,dc=canfar,dc=net
groupsDn = ou=Groups,ou=ds,dc=canfar,dc=net
adminGroupsDn = ou=adminGroups,ou=ds,dc=canfar,dc=net
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment