diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-12-30 08:50:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:01 -0500 |
commit | 4ff20fcd31bef1df561e6ae513581202b259c1f0 (patch) | |
tree | 864ee6b76937dbee529cc8f3c71e2defc2e6fc7c /source4/setup | |
parent | c82c9fe7bb47aa95d112159e46e79f52afe6f58d (diff) | |
download | samba-4ff20fcd31bef1df561e6ae513581202b259c1f0.tar.gz samba-4ff20fcd31bef1df561e6ae513581202b259c1f0.tar.bz2 samba-4ff20fcd31bef1df561e6ae513581202b259c1f0.zip |
r12600: Add a new module to sort the objectclass attribute on store. The
module is perhaps not the most efficient, but I think it is
reasonable.
This should restore operation of MMC against Samba4 (broken by the
templating fixes).
Andrew Bartlett
(This used to be commit 41948c4bdbfca1160a01a92994324f9e22422afe)
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 e4c2476992..ff6b1def19 100644 --- a/source4/setup/provision_init.ldif +++ b/source4/setup/provision_init.ldif @@ -70,5 +70,5 @@ isSynchronized: TRUE #Add modules to the list to activate them by default #beware often order is important dn: @MODULES -@LIST: rootdse,samldb,password_hash,operational,objectguid,rdn_name +@LIST: rootdse,samldb,password_hash,operational,objectguid,rdn_name,objectclass |