On Mon, 2003-02-03 at 09:28, sentinel wrote: > Ok. I think I know where the problem is. I've spent countless hours > reading through LDPA documentation from the PADL, RedHat and OpenLDAP sites. > I'm running RedHat 7.3 with Netscapes LDAP server (version 6.11). I'm > trying to ssh into a server and authenticate through LDAP. I've also used > authconfig to setup my environment (very easy tool to use I might add).
OK, so if you 'ls -l /home', are the uids resolved to names via LDAP? If you don't have anything in /home, just log in as root, touch a file in /tmp, and chown it to a user that exists in LDAP, but not /etc/passwd. If it works, then you're binding properly to the directory. > When I login I receive an error message telling me I've typed in the wrong > password. I "think" the problem is Netscape's LDAP server. When you create > a user and enter a password, the password is encrypted with SSHA. Shouldn't be a problem. The way I understand pam authentication against LDAP, the module actually connects to the directory and attempts to bind as the user. In that case, the directory server is doing the authentication, and should work with SSHA. The client system doesn't have to know anything about the password hash in use. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list