Print this page
NEX-2856 Want SMB entries in pam.conf

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libpam/pam.conf
          +++ new/usr/src/lib/libpam/pam.conf
↓ open down ↓ 121 lines elided ↑ open up ↑
 122  122  #
 123  123  other   session required        pam_unix_session.so.1
 124  124  #
 125  125  # Default definition for Password management
 126  126  # Used when service name is not explicitly mentioned for password management
 127  127  #
 128  128  other   password required       pam_dhkeys.so.1
 129  129  other   password requisite      pam_authtok_get.so.1
 130  130  other   password requisite      pam_authtok_check.so.1
 131  131  other   password required       pam_authtok_store.so.1
      132 +other   password required       pam_smb_passwd.so.1     nowarn
 132  133  #
 133  134  # Support for Kerberos V5 authentication and example configurations can
 134  135  # be found in the pam_krb5(5) man page under the "EXAMPLES" section.
 135  136  #
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX