From 3e3c08c7a64fcfd7b6bf18eadfc7fe069bf2951f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Tue, 30 Jun 2009 13:34:09 +0200 Subject: [PATCH] [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(+) diff --git a/source4/setup/display_specifiers.ldif b/source4/setup/display_specifiers.ldif index 9ec3abcbc714..6e4bfd6d323b 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 -- 2.34.1