I've integrated Tuleap ldap, and successfully connected with user/password, but when I try to search a user (during log-in), I get a line in tuleap log:
[warning] LDAP search error: sAMAccountName=[what i type in tuleap login screen] [string from ldap server field] ***ERROR:No such object ***ERROR no:32
It looks like front login page forwards my dcserver name to the ldap query filter? I did try to do the ldapsearch directly from shell and it works flawlesly.
It is really odd, if I add more dc servers separated by coma, then I get all of them in the log
[warning] LDAP search error: sAMAccountName=[what i type in tuleap login screen] dc1,dc2,dc3 ***ERROR:No such object ***ERROR no:32
Why does it forward my dc name to the ldap query?