Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-17 Thread Eric Sammons
If anyone out there is using LDAP v2.1 with SLES8 for their authentication I am looking for assistance. I seem to have everything configured and working just fine except I seem to have a problem with the forcing of a password change. If you execute a passwd --help you will see that you can force

Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-18 Thread Sal Torres/SBC Inc.
Try to set the shadow last change to zero. pam_ldap is supposed to expire the account: ... if (session->info->shadow.lstchg == 0) { /* * Adhere to convention of a shadow last change * value of 0 implying that the password has * expired. Apparently this is docum

Re: Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-18 Thread Sal Torres/SBC Inc.
You could try using the "pam_unix2.so" module instead of "pam_ldap.so". "pam_unux2.so" will call "pam_ldap.so" under the covers if you modify "/etc/security/pam_unix2.conf". Hope it helps. sal

Re: Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-18 Thread Eric Sammons
t; 12/18/2003 09:30 AM Please respond to Linux on 390 Port To: [EMAIL PROTECTED] cc: Subject: Re: Anyone using OpenLDAP with SLES8? Question with Passwords You could try using the "pam_unix2.so" module instead of "pam_ldap.so". "pam_unux2.so&q

Re: Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-18 Thread Eric Sammons
ort To: [EMAIL PROTECTED] cc: Subject: Re: Anyone using OpenLDAP with SLES8? Question with Passwords You could try using the "pam_unix2.so" module instead of "pam_ldap.so". "pam_unux2.so" will call "pam_ldap.so" under the c

Re: Anyone using OpenLDAP with SLES8? Question with Passwords

2003-12-18 Thread Eric Sammons
Subject: Anyone using OpenLDAP with SLES8? Question with Passwords Try to set the shadow last change to zero. pam_ldap is supposed to expire the account: ... if (session->info->shadow.lstchg == 0) { /* * Adhere to convention of a shadow last change