freebsd-dev/etc/pam.d/xdm
Mark Murray daf509c612 The PAM module pam_krb5 does not have "session" capabilities.
Don't give examples of such use, this is bogus.
2003-04-30 21:57:54 +00:00

20 lines
422 B
Plaintext

#
# $FreeBSD$
#
# PAM configuration for the "xdm" service
#
# auth
auth required pam_nologin.so no_warn
#auth sufficient pam_krb5.so no_warn try_first_pass
#auth sufficient pam_ssh.so no_warn try_first_pass
auth required pam_unix.so no_warn try_first_pass
# account
#account required pam_krb5.so
account required pam_unix.so
# session
#session required pam_ssh.so want_agent
session required pam_permit.so