|
From: Jamie C. <jca...@we...> - 2006-06-16 18:46:11
|
On 16/Jun/2006 13:05 Noah Romer wrote .. > Didn't see this in the docs or the code. Is there an existing mechanism > for > authenticating webmin users via ntml (with the goal being to allow > "single-sign-in"). This could be done using PAM, if there is a PAM module for ntlm. You would need to the following : 1) Install the Authen::PAM perl module 2) Restart Webmin 3) Create or edit /etc/pam.d/webmin to use the ntlm module 4) In the Webmin Users module, edit the users who you want to authenticate with ntml and set their passwords to 'Unix authentication' I haven't personally tested this, but it should work.. - Jamie |