diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-06-03 11:57:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:51 -0500 |
commit | b31c685ec293ef65bc33a474fc5a1d83545d4749 (patch) | |
tree | cd3b78c404244ff50b080d4eb7f880227f2f21ec /source4/setup | |
parent | dc4ccc6f6575bc98f17eccebd7e058eedaff02aa (diff) | |
download | samba-b31c685ec293ef65bc33a474fc5a1d83545d4749.tar.gz samba-b31c685ec293ef65bc33a474fc5a1d83545d4749.tar.bz2 samba-b31c685ec293ef65bc33a474fc5a1d83545d4749.zip |
r16028: Re-add the objectclass module, in the new async scheme.
Add a test to show that we need this, and to prove it works (for add
at least).
Andrew Bartlett
(This used to be commit f72079029abb594677bf8c2b63e40c07e910004f)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_init.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision_init.ldif b/source4/setup/provision_init.ldif index e91d4db630..ca044842e9 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -85,5 +85,5 @@ vendorVersion: ${VERSION} # - samldb must be before password_hash, because password_hash checks that the objectclass is of type person (filled in by samldb) dn: @MODULES -@LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,password_hash,operational,objectguid,rdn_name +@LIST: rootdse,kludge_acl,paged_results,server_sort,extended_dn,asq,samldb,objectclass,password_hash,operational,objectguid,rdn_name |