SHA256
1
0
forked from pool/openldap2
OBS User unknown
2007-12-19 13:52:01 +00:00
committed by Git OBS Bridge
parent 650d5bb84d
commit dc736f58d9
15 changed files with 450 additions and 873 deletions

View File

@@ -1,7 +1,5 @@
Index: servers/slapd/slapd.conf
===================================================================
--- servers/slapd/slapd.conf.orig
+++ servers/slapd/slapd.conf
--- servers/slapd/slapd.conf 2007/02/21 16:27:01 1.1
+++ servers/slapd/slapd.conf 2007/02/21 16:29:20
@@ -3,6 +3,10 @@
# This file should NOT be world readable.
#
@@ -13,7 +11,7 @@ Index: servers/slapd/slapd.conf
# Define global ACLs to disable default read access.
@@ -10,16 +14,15 @@ include %SYSCONFDIR%/schema/core.schema
@@ -10,8 +14,8 @@
# service AND an understanding of referrals.
#referral ldap://root.openldap.org
@@ -23,20 +21,8 @@ Index: servers/slapd/slapd.conf
+argsfile %LOCALSTATEDIR%/slapd.args
# Load dynamic backend modules:
-# modulepath %MODULEDIR%
-# moduleload back_bdb.la
+modulepath %MODULEDIR%
# moduleload back_ldap.la
-# moduleload back_ldbm.la
-# moduleload back_passwd.la
-# moduleload back_shell.la
+# moduleload back_meta.la
+# moduleload back_monitor.la
+# moduleload back_perl.la
# Sample security restrictions
# Require integrity protection (prevent hijacking)
@@ -28,20 +31,30 @@ argsfile %LOCALSTATEDIR%/run/slapd.args
# modulepath %MODULEDIR%
@@ -26,20 +30,30 @@
# security ssf=1 update_ssf=112 simple_bind=64
# Sample access control policy:
@@ -81,7 +67,7 @@ Index: servers/slapd/slapd.conf
# if no access controls are present, the default policy
# allows anyone and everyone to read anything but restricts
# updates to rootdn. (e.g., "access to * by * read")
@@ -54,6 +67,8 @@ argsfile %LOCALSTATEDIR%/run/slapd.args
@@ -52,6 +66,8 @@
database bdb
suffix "dc=my-domain,dc=com"
@@ -90,7 +76,7 @@ Index: servers/slapd/slapd.conf
rootdn "cn=Manager,dc=my-domain,dc=com"
# Cleartext passwords, especially for the rootdn, should
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
@@ -62,6 +77,6 @@ rootpw secret
@@ -60,6 +76,6 @@
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd and slap tools.
# Mode 700 recommended.