diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-16 09:26:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-16 09:26:14 +1100 |
commit | 9ff39862266f19c2a8e0243ec97ea8d7c463c3ef (patch) | |
tree | 18685ca83ede09605417a78bc5194085c417dc0f /source4/selftest | |
parent | f233fd11b3afd49269d11653f3447129d97a7fff (diff) | |
download | samba-9ff39862266f19c2a8e0243ec97ea8d7c463c3ef.tar.gz samba-9ff39862266f19c2a8e0243ec97ea8d7c463c3ef.tar.bz2 samba-9ff39862266f19c2a8e0243ec97ea8d7c463c3ef.zip |
Start generating a configuration for the refint overlay. This
OpenLDAP module should ensure that after a subtree rename, attributes
are still consistant.
Andrew Bartlett
(This used to be commit f7f765c29b1aca1179a47bdd8712917c3f244f15)
Diffstat (limited to 'source4/selftest')
-rw-r--r-- | source4/selftest/env/Samba4.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/selftest/env/Samba4.pm b/source4/selftest/env/Samba4.pm index 61edeb3885..b8fd66f0a0 100644 --- a/source4/selftest/env/Samba4.pm +++ b/source4/selftest/env/Samba4.pm @@ -244,6 +244,7 @@ sub mk_openldap($$$) modulepath $olroot/libexec/openldap moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } @@ -255,6 +256,7 @@ modulepath $olroot/libexec/openldap moduleload back_hdb moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } @@ -266,6 +268,7 @@ moduleload memberof moduleload back_hdb moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } @@ -278,6 +281,7 @@ modulepath /usr/lib/ldap moduleload back_hdb moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } @@ -289,6 +293,7 @@ moduleload memberof modulepath /usr/lib/openldap moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } @@ -300,6 +305,7 @@ moduleload memberof modulepath /usr/lib64/openldap moduleload syncprov moduleload memberof +moduleload refint "; close(CONF); } |