From 12103efb28c51fd3e3f0dbbb5d5ec1aeb436be2a Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 16 Jan 2012 00:21:44 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +net-nds/openldap-2.4.24 --- .etckeeper | 3 +++ openldap/ldap.conf | 13 +++++++++++++ openldap/ldap.conf.default | 13 +++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 openldap/ldap.conf create mode 100644 openldap/ldap.conf.default 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 -- 2.39.5