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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.