Re: Using Notes for User Authentication
m0s3r <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
Ingo Boernig schrieb: > Normally you do it this way: Try to bind to > the LDAP server with the binddn of the user and send the tipped password > to the server. If the bind succeeds, the password has been correct. This > is how pam_ldap is working in Linux, for instance. How to test this with ldapsearch? I tried: /opt/lotus/bin/ldapsearch -D myshortname -h myhostname -w mypassword doesn't work I tried: /opt/lotus/bin/ldapsearch -D myshortname -h myhostname -w mypassword cn=*search4* (but I dont want to search fpr anything...) gives back: ldap_result: resultCode 85 (Timed out) Authentication error: invalid password for user '%s' User and Password are correct. How can I test, if it works? Marc