mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
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)
This commit is contained in:
parent
bf75ae4155
commit
a828bccd39
@ -29,6 +29,10 @@ lmPwdHash: HIDDEN
|
||||
lmPwdHistory: HIDDEN
|
||||
createTimestamp: HIDDEN
|
||||
modifyTimestamp: HIDDEN
|
||||
groupType: INTEGER
|
||||
sAMAccountType: INTEGER
|
||||
systemFlags: INTEGER
|
||||
userAccountControl: INTEGER
|
||||
|
||||
dn: @SUBCLASSES
|
||||
top: domain
|
||||
|
Loading…
x
Reference in New Issue
Block a user