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

Guenther Deschner gd at samba.org
Wed Feb 22 21:20:47 GMT 2006


On Wed, Feb 22, 2006 at 08:22:16PM +1100, Luke Howard wrote:
> 
> >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;

Ah, at least UF_NO_AUTH_DATA_REQUIRED translates to a 

#define ACB_NO_AUTH_DATA_REQD           0x00080000

I'll look for the others later.

Cheers,
Guenther
-- 
Günther Deschner                    GPG-ID: 8EE11688
Novell / SUSE LINUX                       gd at suse.de
Samba Team                              gd at samba.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20060222/828fb79f/attachment.bin


More information about the samba-technical mailing list