diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-18 13:37:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:27 -0500 |
commit | a828bccd3924369ddf086392fec113d3dca19bfa (patch) | |
tree | d4fa11f0fbb791cc873b23642a4dc92f663fb9b3 /source4 | |
parent | bf75ae41556a67739cd089a7e3182cf2a994448c (diff) | |
download | samba-a828bccd3924369ddf086392fec113d3dca19bfa.tar.gz samba-a828bccd3924369ddf086392fec113d3dca19bfa.tar.bz2 samba-a828bccd3924369ddf086392fec113d3dca19bfa.zip |
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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/provision.ldif | 4 |
1 files changed, 4 insertions, 0 deletions
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 |