git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f2731fd
)
r26636: Remove useless 'backend' parameter, and make the memberof overlay use global.
author
Andrew Bartlett
<abartlet@samba.org>
Tue, 1 Jan 2008 10:01:07 +0000
(
04:01
-0600)
committer
Stefan Metzmacher
<metze@samba.org>
Tue, 1 Jan 2008 04:06:01 +0000
(22:06 -0600)
Andrew Bartlett
source/setup/slapd.conf
patch
|
blob
|
history
diff --git
a/source/setup/slapd.conf
b/source/setup/slapd.conf
index d50e5708fb4044179453673cc319a96db6c0c85d..e4e86eece93c06a4f43cb797f07e483dabd7f139 100644
(file)
--- a/
source/setup/slapd.conf
+++ b/
source/setup/slapd.conf
@@
-21,7
+21,8
@@
include ${LDAPDIR}/modules.conf
defaultsearchbase ${DOMAINDN}
defaultsearchbase ${DOMAINDN}
-backend hdb
+include ${LDAPDIR}/memberof.conf
+
database hdb
suffix ${SCHEMADN}
directory ${LDAPDIR}/db/schema
database hdb
suffix ${SCHEMADN}
directory ${LDAPDIR}/db/schema
@@
-74,5
+75,3
@@
index cn eq
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
-
-include ${LDAPDIR}/memberof.conf