From 3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 30 Jun 2009 13:34:09 +0200 Subject: [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. --- source4/setup/display_specifiers.ldif | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') 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 -- cgit