diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-06-30 13:34:09 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-07-01 14:50:42 +1000 |
commit | 3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f (patch) | |
tree | 51dc69d4cf556bf15b839083fa50a93dfab8b86a /source4/setup | |
parent | 969106a21fe169282e3b42e51d9e14836d6a41b2 (diff) | |
download | samba-3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f.tar.gz samba-3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f.tar.bz2 samba-3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f.zip |
[SAMBA 4 directory] Adds the object version and "systemFlags" attribute to the display specifiers
The object version showed up in the Windows 2003 Server R2 AD.
The "systemFlags" attribute has been set to the right value.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/display_specifiers.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/display_specifiers.ldif b/source4/setup/display_specifiers.ldif index 9ec3abcbc7..6e4bfd6d32 100644 --- a/source4/setup/display_specifiers.ldif +++ b/source4/setup/display_specifiers.ldif @@ -1,6 +1,8 @@ dn: CN=DisplaySpecifiers,${CONFIGDN} objectClass: top objectClass: container +objectVersion: 1 +systemFlags: -2147483648 dn: CN=409,CN=DisplaySpecifiers,${CONFIGDN} objectClass: top |