# #ident "@(#)krb5 1.1 05/05/05 SMI" # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # PAM configuration # # Unless explicitly defined, all services use the modules # defined in the "other" section. # # Modules are defined with relative pathnames, i.e., they are # relative to /usr/lib/security/$ISA. Absolute path names, as # present in this file in previous releases are still acceptable. # # Authentication management # # login service (explicit because of pam_dial_auth) # login auth include common-interactive login auth include common-login login auth required pam_krb5.so.1 # # rlogin service (explicit because of pam_rhost_auth) # rlogin auth sufficient pam_rhosts_auth.so.1 rlogin auth include common-interactive rlogin auth required pam_krb5.so.1 # # Kerberized rlogin service # krlogin auth include ksvcs # # rsh service (explicit because of pam_rhost_auth, # and pam_unix_cred for meaningful pam_setcred) # rsh auth sufficient pam_rhosts_auth.so.1 rsh auth include common-non-interactive # # Kerberized rsh service # krsh auth include ksvcs # # Kerberized telnet service # ktelnet auth include ksvcs # # PPP service (explicit because of pam_dial_auth) # ppp auth include common-interactive ppp auth include common-login ppp auth required pam_krb5.so.1 # # Default definitions for Authentication management # Used when service name is not explicitly mentioned for authentication # other auth include common-interactive other auth required pam_krb5.so.1 # # passwd command (explicit because of a different authentication module) # passwd auth required pam_krb5.so.1 # # cron service (explicit because of non-usage of pam_roles.so.1) # cron account required pam_unix_account.so.1 # # Default definition for Account management # Used when service name is not explicitly mentioned for account management # other account requisite pam_roles.so.1 other account required pam_krb5.so.1 # # Default definition for Session management # Used when service name is not explicitly mentioned for session management # other session required pam_unix_session.so.1 other session required pam_krb5.so.1 # # Default definition for Password management # Used when service name is not explicitly mentioned for password management # other password required pam_dhkeys.so.1 other password requisite pam_authtok_get.so.1 other password requisite pam_authtok_check.so.1 other password required pam_authtok_store.so.1 other password required pam_krb5.so.1