From: frank Date: Sun, 15 Jan 2012 23:21:44 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=12103efb28c51fd3e3f0dbbb5d5ec1aeb436be2a;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +net-nds/openldap-2.4.24 --- diff --git a/.etckeeper b/.etckeeper index 0a822569..efe7033d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -356,6 +356,9 @@ maybe chmod 0644 './networks' maybe chmod 0644 './nscd.conf' maybe chmod 0644 './nsswitch.conf' maybe chmod 0644 './ntp.conf' +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/chage' maybe chmod 0644 './pam.d/chfn' diff --git a/openldap/ldap.conf b/openldap/ldap.conf new file mode 100644 index 00000000..a94cfaab --- /dev/null +++ b/openldap/ldap.conf @@ -0,0 +1,13 @@ +# +# LDAP Defaults +# + +# See ldap.conf(5) for details +# This file should be world readable but not world writable. + +#BASE dc=example,dc=com +#URI ldap://ldap.example.com ldap://ldap-master.example.com:666 + +#SIZELIMIT 12 +#TIMELIMIT 15 +#DEREF never diff --git a/openldap/ldap.conf.default b/openldap/ldap.conf.default new file mode 100644 index 00000000..a94cfaab --- /dev/null +++ b/openldap/ldap.conf.default @@ -0,0 +1,13 @@ +# +# LDAP Defaults +# + +# See ldap.conf(5) for details +# This file should be world readable but not world writable. + +#BASE dc=example,dc=com +#URI ldap://ldap.example.com ldap://ldap-master.example.com:666 + +#SIZELIMIT 12 +#TIMELIMIT 15 +#DEREF never