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

Re: pam & winbindd



Thanks. I have done it with pam_succeed_if and pam_krb5. Works stable. Only the sshd "single sign on" is still not working. Seems to be a problem with gssapi and openssh.

But the succeed_if module is also nice since you don't need a
configuration file:
# PAM configuration for rsh - /etc/pam.d/rsh
# SLES 9
auth     required  pam_rhosts_auth.so no_rhosts
auth     required  pam_nologin.so
auth     required  pam_succeed_if.so user ingroup petromo


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