[ Home Page ] [ Eiffel Archive ] [ Eiffel Applications ]
![]() |
Netuser |
Written by James Gessling.
netuser.zip (134,626 bytes) - source code and binary
A simplified version of the Windows NT user manager for domains. This was written to be used by help desk personal to look up user accounts, reset passwords, and unlock accounts. It contains the following files:
readme.txt - this file public.txt - public domain disclaimer netuser.e - the root class user.e - a simplified user object lm_error_codes.e - lan manager error codes dm.dmf - the display builder resource file netuser.exe - the executable application euser.lib - the lan manager link library euser.c - source for the lan manager library
The application was built using Visual Eiffel version 2.5 (lite) and Display Machine version 2.5. The lan manager library was compiled using Microsoft Visual C++ version 4.2. The system was Windows NT 4.0 SP3.
Start the application by executing netuser.exe.
Use an account in the "account operators" group, or more privileged. The window starts with a list of all the user accounts. To look for an account, type a string in the text box and click on refresh.
To modify an account, double click on the name in the list box. To unlock the account click on the "Account is locked box". To reset a password, click on "Set Password". The default password is "password" as displayed. Another value may be entered if desired before clicking on the button.
Exit the application with the "Cancel" button.
[ Home Page ] [ Eiffel Archive ] [ Eiffel Applications ]