[Andreas Schuldei] >> diff -urbB etc/webmin/miniserv.conf /etc/webmin/miniserv.conf >> --- etc/webmin/miniserv.conf Wed Apr 9 05:43:40 2003 >> +++ /etc/webmin/miniserv.conf Fri Apr 16 23:19:21 2004 >> @@ -16,10 +16,12 @@ >> keyfile=/etc/webmin/miniserv.pem >> blockhost_time=300 >> no_pam=0 >> +pam=webmin
I've implemented this now. I ended up using the 'other' PAM group instead, to avoid the need for a new pam.d file. > the format of the miniserv.users file is username:x:0:: > the x here indicates that pam is used. What does the '0' mean? The new config work, but I am a but uneasy about the '0', in case it specifies some uid used when normal users log in.

