We use PAM to authenticate against LDAP on our Ubuntu 12.04 servers.
I am trying to get users that are in the sudo group access.
I am struggling - my first issue is that when I enable debug I see the following:
validate_user: user=USERNAME pass=PASSWRD host=SERVER_NAME
can_user_login: Validate by Webmin
However this should read Validate by PAM if I understand it properly.
What options do I need in miniserv.conf to get this working?
I have setup /etc/pam.d/webmin and at startup it tells me that Authen::PAM is working.
Hope you can help
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All,
We use PAM to authenticate against LDAP on our Ubuntu 12.04 servers.
I am trying to get users that are in the sudo group access.
I am struggling - my first issue is that when I enable debug I see the following:
validate_user: user=USERNAME pass=PASSWRD host=SERVER_NAME
can_user_login: Validate by Webmin
However this should read Validate by PAM if I understand it properly.
What options do I need in miniserv.conf to get this working?
I have setup /etc/pam.d/webmin and at startup it tells me that Authen::PAM is working.
Hope you can help
Dan
could you post the contents of your /etc/pam.d/webmin? I ran into something similar to this setting up the same thing.