112 gdm-autologin account  sufficient  pam_allow.so.1
 113 #
 114 # Default definition for Account management
 115 # Used when service name is not explicitly mentioned for account management
 116 #
 117 other   account requisite       pam_roles.so.1
 118 other   account required        pam_unix_account.so.1
 119 #
 120 # Default definition for Session management
 121 # Used when service name is not explicitly mentioned for session management
 122 #
 123 other   session required        pam_unix_session.so.1
 124 #
 125 # Default definition for Password management
 126 # Used when service name is not explicitly mentioned for password management
 127 #
 128 other   password required       pam_dhkeys.so.1
 129 other   password requisite      pam_authtok_get.so.1
 130 other   password requisite      pam_authtok_check.so.1
 131 other   password required       pam_authtok_store.so.1
 132 #
 133 # Support for Kerberos V5 authentication and example configurations can
 134 # be found in the pam_krb5(5) man page under the "EXAMPLES" section.
 135 #
  | 
 
 
 112 gdm-autologin account  sufficient  pam_allow.so.1
 113 #
 114 # Default definition for Account management
 115 # Used when service name is not explicitly mentioned for account management
 116 #
 117 other   account requisite       pam_roles.so.1
 118 other   account required        pam_unix_account.so.1
 119 #
 120 # Default definition for Session management
 121 # Used when service name is not explicitly mentioned for session management
 122 #
 123 other   session required        pam_unix_session.so.1
 124 #
 125 # Default definition for Password management
 126 # Used when service name is not explicitly mentioned for password management
 127 #
 128 other   password required       pam_dhkeys.so.1
 129 other   password requisite      pam_authtok_get.so.1
 130 other   password requisite      pam_authtok_check.so.1
 131 other   password required       pam_authtok_store.so.1
 132 other   password required       pam_smb_passwd.so.1     nowarn
 133 #
 134 # Support for Kerberos V5 authentication and example configurations can
 135 # be found in the pam_krb5(5) man page under the "EXAMPLES" section.
 136 #
  |