]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 16 Jan 2012 00:11:08 +0000 (01:11 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 16 Jan 2012 00:11:08 +0000 (01:11 +0100)
.etckeeper
pam.d/._cfg0000_system-login [new file with mode: 0644]

index bb22876015061ab64b8765688df7be4abf6d2e76..a386eed931b41ca0e5f2c7e94c0ef1986d53bb61 100755 (executable)
@@ -429,6 +429,7 @@ maybe chmod 0755 './openldap'
 maybe chmod 0644 './openldap/ldap.conf'
 maybe chmod 0644 './openldap/ldap.conf.default'
 maybe chmod 0755 './pam.d'
+maybe chmod 0644 './pam.d/._cfg0000_system-login'
 maybe chmod 0644 './pam.d/chage'
 maybe chmod 0644 './pam.d/chfn'
 maybe chmod 0644 './pam.d/chgpasswd'
diff --git a/pam.d/._cfg0000_system-login b/pam.d/._cfg0000_system-login
new file mode 100644 (file)
index 0000000..2345bb0
--- /dev/null
@@ -0,0 +1,23 @@
+auth           required        pam_tally2.so onerr=succeed
+auth           required        pam_shells.so 
+auth           required        pam_nologin.so 
+auth           include         system-auth
+auth           optional        pam_gnome_keyring.so
+                               
+account                required        pam_access.so 
+account                required        pam_nologin.so 
+account                include         system-auth
+account                required        pam_tally2.so onerr=succeed 
+password       include         system-auth
+password       optional        pam_gnome_keyring.so
+session         optional        pam_loginuid.so
+session                required        pam_env.so 
+session                optional        pam_lastlog.so 
+session                include         system-auth
+session                optional        pam_ck_connector.so nox11
+session                optional        pam_gnome_keyring.so auto_start
+session                optional        pam_motd.so motd=/etc/motd
+session                optional        pam_mail.so
+