mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c30dcaee4c
From the mail to dochelp: I've also got cases (where I created an account with UF_NORMAL_ACCOUNT|UF_ACCOUNTDISABLE|UF_SMARTCARD_REQUIRED in the LDAP add) with the following strange blobs: One time: [0000] 00 00 00 00 00 00 00 00 00 00 00 00 00 and once: [0000] 00 00 00 00 00 00 00 00 00 00 00 00 53 The original issue I reported was the following, a user was created with a password and then userAccountControl was changed to UF_NORMAL_ACCOUNT|UF_SMARTCARD_REQUIRED. In that case I'm getting: [0000] 00 00 00 00 62 00 00 00 00 00 00 00 20 00 20 00 [0010] 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 [0020] 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 [0030] 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 [0040] 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 [0050] 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 [0060] 20 00 20 00 20 00 20 00 20 00 20 00 50 00 30 As you see the last byte (unknown3) is always different on Windows, but always 0x00 from Samba, so I used 0x00 in order to allow the test to pass. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> |
||
---|---|---|
.. | ||
auth | ||
basic | ||
dfs | ||
dns | ||
drs | ||
krb5 | ||
ldap | ||
ldb | ||
libnet | ||
libnetapi | ||
libsmbclient | ||
local | ||
man | ||
nbench | ||
nbt | ||
ndr | ||
ntp | ||
rap | ||
raw | ||
rpc | ||
smb2 | ||
tests | ||
unix | ||
vfs | ||
winbind | ||
gentest.c | ||
locktest.c | ||
masktest.c | ||
shell.c | ||
smbtorture.c | ||
smbtorture.h | ||
torture.c | ||
util_smb.c | ||
util.h | ||
wscript_build |