diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:11:44 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 22:11:44 +0200 |
commit | b8cc8a29eda028a61b7a0862279b27c6616c791a (patch) | |
tree | 18b80d3f41cc7b3e06de03b08d8b61468f086858 /extra/openldap/openldap-config.patch | |
parent | f4e82a14ba4495a95617b6e1c82ec479493e097d (diff) | |
download | nutyx-extra-b8cc8a29eda028a61b7a0862279b27c6616c791a.tar.gz nutyx-extra-b8cc8a29eda028a61b7a0862279b27c6616c791a.tar.bz2 nutyx-extra-b8cc8a29eda028a61b7a0862279b27c6616c791a.tar.xz nutyx-extra-b8cc8a29eda028a61b7a0862279b27c6616c791a.zip |
Ajout de openldap#2.4.13-1
Diffstat (limited to 'extra/openldap/openldap-config.patch')
-rw-r--r-- | extra/openldap/openldap-config.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/openldap/openldap-config.patch b/extra/openldap/openldap-config.patch new file mode 100644 index 000000000..d96e05632 --- /dev/null +++ b/extra/openldap/openldap-config.patch @@ -0,0 +1,25 @@ +Index: servers/slapd/slapd.conf +--- servers/slapd/slapd.conf.orig 2003-05-25 01:19:14.000000000 +0200 ++++ servers/slapd/slapd.conf 2003-12-05 10:43:58.000000000 +0100 +@@ -64,4 +64,21 @@ + # Mode 700 recommended. + directory%LOCALSTATEDIR%/openldap-data + # Indices to maintain ++ + indexobjectClasseq ++ ++####################################################################### ++# replication via slurpd(8) ++####################################################################### ++ ++# master server configuration ++#replogfile %LOCALSTATEDIR%/openldap-slurp ++#replica-pidfile %LOCALSTATEDIR%/slurpd.pid ++#replica host=slave.example.com:389 ++# binddn="cn=admin,dc=example,dc=org" ++# bindmethod=simple credentials=secret ++ ++# slave server(s) configuration ++#updatedn "cn=admin,dc=example,dc=org" ++#updateref ldap://master.example.org ++ |