Attribute Lookup Failure
Created: 14 Feb 2010 | Updated: 21 May 2010 | 2 comments
This issue has been solved. See solution.
Hi,
I am trying to configure Attribute LDAP Lookup plugin in Vontu 10. I am using endpoint-username as my search parameter. In a new incident, the username is shown in "Domain\username" format. But in our AD we do not have any field which has the value of username in "Domain\username" format.
Please help me in resolving this issure. I have tried with all the below options but none of them worked.
attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=$endpoint-user-name$):givenName
attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=Domainname\\$endpoint-user-name$):givenName
In our AD, mailNickName has the value of username (No domain Name).
Discussion Filed Under:
Comments 2 Comments • Jump to latest comment
Also,
Please let me know which log files can be reffered to comfirm if the Lookup flow is proper.
Naren
Hi,
I was able to resolve the issue.
I was not specifying correct parameters in Plugins.properties file.
There was no problem with Parameters. We can use the normal query as it is. i.e
attr.First\ Name = OU=Users,OU=Standard Users:(mailNickName=$endpoint-user-name$):givenName
Regarding log files, you can find out the log file (for Linux) at
/var/log/Vontu/tomcat/localhost.<date>.log
Thanks a lot.
Naren
Would you like to reply?
Login or Register to post your comment.