Changes between Version 4 and Version 5 of DesktopConfig

Show
Ignore:
Author:
jpr@uab.edu (IP: 138.26.125.8)
Timestamp:
06/16/09 14:45:40 (5 months ago)
Comment:

Added vmware-authd pam.d config

Legend:

Unmodified
Added
Removed
Modified
  • DesktopConfig

    v4 v5  
    114114 
    115115Set up the lab printer according to the PrinterConfig notes. 
     116 
     117If you are running VMware Server on your box, it has a dedicated pam.d config file that needs to be modified to accept the network authentication config. 
     118{{{ 
     119patch --backup --directory=/etc/pam.d --ignore-whitespace common-auth << EOF 
     1203c3,4 
     121< auth       required         /lib/security/pam_unix_auth.so shadow nullok 
     122--- 
     123> auth       sufficient         /lib/security/pam_unix_auth.so shadow nullok 
     124> auth    sufficient      pam_ldap.so use_first_pass config=/etc/auth_ldap.conf 
     125EOF 
     126}}}