diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-01 04:01:07 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-31 22:06:01 -0600 |
commit | 108fd49c4194c204615a7a02a71ff5af86f36f13 (patch) | |
tree | 1eb2332391f11cff4fedef58831a9e145e836de2 /source4/setup/slapd.conf | |
parent | 0189176cd5e5c7b534bcb6993204c53913f4fe08 (diff) | |
download | samba-108fd49c4194c204615a7a02a71ff5af86f36f13.tar.gz samba-108fd49c4194c204615a7a02a71ff5af86f36f13.tar.xz samba-108fd49c4194c204615a7a02a71ff5af86f36f13.zip |
r26636: Remove useless 'backend' parameter, and make the memberof overlay use global.
Andrew Bartlett
(This used to be commit 3b6f461e9a1b0fee7a589b8d171f4fcec6340ca4)
Diffstat (limited to 'source4/setup/slapd.conf')
-rw-r--r-- | source4/setup/slapd.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/setup/slapd.conf b/source4/setup/slapd.conf index d50e5708fb4..e4e86eece93 100644 --- a/source4/setup/slapd.conf +++ b/source4/setup/slapd.conf @@ -21,7 +21,8 @@ include ${LDAPDIR}/modules.conf defaultsearchbase ${DOMAINDN} -backend hdb +include ${LDAPDIR}/memberof.conf + database hdb suffix ${SCHEMADN} directory ${LDAPDIR}/db/schema @@ -74,5 +75,3 @@ index cn eq overlay syncprov syncprov-checkpoint 100 10 syncprov-sessionlog 100 - -include ${LDAPDIR}/memberof.conf |