Hi,
I got a problem with the
At runtime no substitution of {0} is done.
In the file LdapPrincipalAdapter.java in the method ldapSearch at line 200 there is:
So openKM never finds an email address.
I used a ldap explorer to verify the parameters and if there would be the right sAMAccountName an user would be returned.
I'm using OpenKM 5.0.1.
Is there a way to fix this?
Thanks.
I got a problem with the
Code: Select all
in the openKM.cfg.principal.ldap.mail.search.filter=(&(objectClass=person)(sAMAccountName={0}))
At runtime no substitution of {0} is done.
In the file LdapPrincipalAdapter.java in the method ldapSearch at line 200 there is:
Code: Select all
The searchFilter there is the same as in the openkm.cfg. Including {0} instead of the real sAMAccountName.NamingEnumeration<SearchResult> results = ctx.search(searchBase, searchFilter, searchCtls);
So openKM never finds an email address.
I used a ldap explorer to verify the parameters and if there would be the right sAMAccountName an user would be returned.
I'm using OpenKM 5.0.1.
Is there a way to fix this?
Thanks.