Hello. To log in a web application I use LDAP validation, but when I put uid=cijou17/cn=users/ou=rgusr/o=renfeop the validation is correct but when I put cijou17 the system not validate the user. Why?I am using Directory Assistance against two LDAP´s. The user is in both LDAPs
I have probed to change the into Security tab of the Server Document with the two obtions and nothing
Is there any parameter into the LDAP Directory Assistance Document to change something?
Thanks
Subject: LDAP Search
Did you put the LDAP full name (uid=cijou17/cn=users/ou=rgusr/o=renfeop) as the last entry in Full name field of Domino directory person document? If so that’s correct.
You mentioned two LDAPs. One is Domino, what’s second one?
If you add “cijou17” as one of the entries into Full name field of Domino directory person document, you can login with that.
Sometimes (or always?), Domino converts slashes in LDAP full name to comma.
…just a few tips. (I am not sure what exactly is the problem you are facing).
Regards
Litty Joseph
Subject: RE: LDAP Search
First thanks for the response. I explain you:
Two LDAPs are external, not Domino. When I try lo log in the web application (Domino web application), I entered the username uid=cijou17/cn=users/ou=rgusr/o=renfeop and the password.
If I put in this format enter into the application, but if I entered only cijou17 and the password I don´t enter, invalid user or password says.
This user is into these externeal LDAPs with the format uid=cijou17/cn=users/ou=rgusr/o=renfeop in one of them and uid=cijou17/cn=users/ou=rgusr/o=adif in the other one. Renfeop and Adif are the names of the companys
The question is ¿how can I do when the search matches the first entry don´t continues the search in the second LDAP?
Thanks
Subject: RE: LDAP Search
in the ldap entry in your directory assistance db, try entering “uid” in the 3rd tab, in the field labeled “attribute to be used as notes distinguished name”.
To answer the question, yes once a match is found, the search is over. A match is found based on the search order you designate in directory assistance.
Subject: RE: LDAP Search
Thanks Timothy, it works fine!!!