Virtualmin/Webmin and SSSD, instead of LDAP

2 posts / 0 new
Last post
#1 Thu, 08/01/2019 - 13:50
wbollock

Virtualmin/Webmin and SSSD, instead of LDAP

Hi,

I recently converted an Ubuntu server to use SSSD instead of LDAP configuration, and am having trouble trying to get Webmin to authenticate users with SSSD. Normal SSH works fine. I've found the following threads but no solutions, and was hoping someone could help.

I've tried replacing /etc/pam.d/webmin with this:

auth      required     pam_sepermit.so
#### auth       sufficient   pam_sss.so use_first_pass
auth       sufficient   pam_sss.so
auth       required     pam_unix.so nullok

account    include      password-auth

password   include      password-auth

#### pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session    required     pam_loginuid.so
#### pam_selinux.so open should only be followed by sessions to be executed in the user context
session    required     pam_selinux.so open env_params
session    include      password-auth

but it didn't quite work.

Other threads: https://sourceforge.net/p/webadmin/discussion/600155/thread/5bdffa8d/ https://sourceforge.net/p/webadmin/discussion/55378/thread/cc75efed/

Any help would be great!

Wed, 08/07/2019 - 18:20
wbollock

Bump, still looking for assistance, or comments from anyone that doesn't use LDAP on their Virtualmin installation.

Topic locked