diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-18 18:58:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-18 18:58:56 +1000 |
commit | 3408a2d18fa61e2a7e3b3e05cc3c454e5e15f2ce (patch) | |
tree | 1fdaefc34cbc20fc5a97612379149d1b89203c83 /source4/setup | |
parent | cfc2063f230491865edb8f73174e0b12ab4dc158 (diff) | |
download | samba-3408a2d18fa61e2a7e3b3e05cc3c454e5e15f2ce.tar.gz samba-3408a2d18fa61e2a7e3b3e05cc3c454e5e15f2ce.tar.bz2 samba-3408a2d18fa61e2a7e3b3e05cc3c454e5e15f2ce.zip |
Make a seperate template for the refint configuration too
(This used to be commit d2a527acc5ee6fe9b943657dc9c3ace920b2d619)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/refint.conf | 3 | ||||
-rw-r--r-- | source4/setup/slapd.conf | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source4/setup/refint.conf b/source4/setup/refint.conf new file mode 100644 index 0000000000..a3a7d3e0ad --- /dev/null +++ b/source4/setup/refint.conf @@ -0,0 +1,3 @@ +overlay refint +refint_modifiersName cn=samba-admin,cn=samba +refint_attributes ${LINK_ATTRS} diff --git a/source4/setup/slapd.conf b/source4/setup/slapd.conf index 68e494c27d..495847f7fe 100644 --- a/source4/setup/slapd.conf +++ b/source4/setup/slapd.conf @@ -40,6 +40,8 @@ include ${LDAPDIR}/modules.conf defaultsearchbase ${DOMAINDN} +${REFINT_CONFIG} + ${MEMBEROF_CONFIG} database ldif |