|
This may be silly, but can you "su" to the ldap user? If you can, then
you know it's an authentication problem. Change the password, see what
that does. I use {SSHA} for my passwords. Is crypt a default password
method? I think that I had to say --enable-crypt when I built openldap. Asif Iqbal wrote: I found the problem. I started as slapd -h ldap:/// ldaps:/// but port 636 was not open. I changed it and running as slapd -h ldaps:/// and now it does not complain about connection problem but now it says error: PAM: No account present for user I do have an account for the user. To check I searched for the user and found the user's password does not show {CRYPT} the ldif for userPassword was {CRYPT}IIGHcSnVKzrZA but when I search the user it shows userPassword:: e0NSWVBUfUlJR0hjU25WS3pyWkE= Any suggestion/explanation would be greatly appreciated On Mon, 1 Dec 2003, Csillag [iso-8859-2] Tam?s wrote: |