Changes between Version 4 and Version 5 of DesktopConfig
- Timestamp:
- 06/16/09 14:45:40 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DesktopConfig
v4 v5 114 114 115 115 Set up the lab printer according to the PrinterConfig notes. 116 117 If 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 {{{ 119 patch --backup --directory=/etc/pam.d --ignore-whitespace common-auth << EOF 120 3c3,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 125 EOF 126 }}}
