ACB_ values exceed 16 bits, yet some working variables explicitly declared as uint16

Luke Howard lukeh at padl.com
Wed Feb 22 09:22:16 GMT 2006


>IIRC, that one was defined by Samba-TNG (they use ACB_PWLOCK to handle the
>"User cannot change his password" feature).

Ah.

>> Are there ACB bits for the new Windows 2003 bits?
>
>Not sure if I understand this question...

I was thinking of:

/* new for Windows XP */
const unsigned32 UF_PASSWORD_EXPIRED                 =  0x00800000;
/* new for Windows 2003 */
const unsigned32 UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION = 0x01000000;
/* new for KB832572 */
const unsigned32 UF_NO_AUTH_DATA_REQUIRED            = 0x02000000;

cheers,

-- Luke

--


More information about the samba-technical mailing list