From a828bccd3924369ddf086392fec113d3dca19bfa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 18 Jun 2005 13:37:44 +0000 Subject: r7727: we need to mark some attributes as INTEGER, so that the standard searches that w2k does work. For example, w2k asks for sAMAccountType=805306369 which will only match if we know its an integer (This used to be commit 941509ee58253b671bb74b2d8d8667cc6a1a4328) --- source4/setup/provision.ldif | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index c98a6153e0..c3968495e4 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -29,6 +29,10 @@ lmPwdHash: HIDDEN lmPwdHistory: HIDDEN createTimestamp: HIDDEN modifyTimestamp: HIDDEN +groupType: INTEGER +sAMAccountType: INTEGER +systemFlags: INTEGER +userAccountControl: INTEGER dn: @SUBCLASSES top: domain -- cgit