Skip to content
Snippets Groups Projects
Commit b7a17a0b authored by srosse's avatar srosse
Browse files

no-jira: add one more log info

parent 84912a6a
No related branches found
No related tags found
No related merge requests found
......@@ -489,6 +489,7 @@ public class LDAPLoginManagerImpl implements LDAPLoginManager, GenericEventListe
String filter = ldapDao.buildSearchUserFilter(ldapUserIDAttribute, uid);
LdapContext ctx = bindSystem();
String userDN = ldapDao.searchUserDNByUid(uid, ctx);
log.info("create and persist user identifier by userDN: " + userDN + " with filter: " + filter);
LDAPUserVisitor visitor = new LDAPUserVisitor(syncConfiguration);
ldapDao.search(visitor, userDN, filter, syncConfiguration.getUserAttributes(), ctx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment