While Active Directory integration, I fill LDAP Authentication Settings
for Email attribute i write "mail" and display name attribute as "displayName"
and i write bind user who is administrator.
After that i Synchronised users and get users from ldap but all users has display name "ADMINISTRATOR" and email "Administrator@XXX" .
Moreover anyone can not login to fisheye except that a user who is defined as bind user
Any idea about this?
I find my error.
Firstly, i wrote my user filter as this;
(&(objectCategory=Person)(sAMAccountName=*))
I changed my filter to
(&(objectCategory=Person)(sAMAccountName=${USERNAME}))
according to this site https://confluence.atlassian.com/display/FISHEYE/How+to+connect+FishEye+to+Active+Directory+or+another+LDAP+server
everything works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.