[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PAM support on potato



Previously Jamie Heilman wrote:
> depending on your needs this will cover gdm or not, here's what I use:
> auth     requisite  pam_nologin.so
> auth     required   pam_env.so
> auth     required   pam_ldap.so
> account  required   pam_ldap.so
> session  required   pam_unix.so
> password required   pam_ldap.so

Shouldn't the auth bit be:
auth     required     pam_nologin.so
auth     required     pam_env.so
auth     sufficient   pam_ldap.so
auth     required     pam_unix.so

Otherwise you won't be able to login using local accounts.

> I haven't had any luck getting the pam_ldap password stuff to work, ymmv.

The current version might be broken; the vesion in potato should work
just fine.

Wichert.

-- 
  _________________________________________________________________
 /       Nothing is fool-proof to a sufficiently talented fool     \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Reply to: