Userinfo v1.5
thor@hammerofgod.com

The purpose of this app is to illustrate inconsistencies in the MS implementation 
of the RestrictAnonymous registry setting.

Usage:
Userinfo \\servername Knownaccount

Where:
\\servername is the domain controller, or member server.

Knownaccount is any known user

This guys just does an NetUserGetInfo call to enum a bunch of user info. 
The retun flags DWORD is broken out to give user privilege  level, dump operator groups, 
and to get the following:

Account Lockout.
Account Disabled.
User cannot change password.
Password never expires.
Smartcard required for interactive logon (Win2k).
Account is trusted for delegation (Win2k).
Account is sensitive and cannot be delegated (Win2k).

All Dates, as well as Logon Hours, are at the controller, in GMT.

Go nuts!
