This authentication module is a meant for those of us running WebGUI on Windows 2000 servers in an intranet environment.
Basically, it allows a WebGUI user to gain access using their Windows domain password. It is simpler than SMB auth and does not require PDC/BDC settings.
To install it, unpack the attached zip file into your WebGUI distro and install
the amazing Win32-AdminMisc module using the ppd file. Win32::AdminMisc is available from
www.roth.net.
Add the contents of create-NTLM-1.sql to your database. Use a command like this:
mysql -uwebgui -ppassword mydatabase <create-NTLM-1.sql
Add the auth method in your WebGUI/etc/configuration_file.conf file like this:
authMethods=WebGUI, \
NTLM
Some configuration of your web server will also be required. Use the local policy editor to grant
- Act as part of the operating system
- Replace a process level token
- Bypass traverse checking
Restart your web server.
When adding a new user, just specify their Windows username and login domain and you are set.
Note: Changes for WebGUI 6.1.x and 6.2.x are included in the zip file