Sharing with folks maintaining the RPMs on the RHEL side, Michal and Lukas, whether it looks familiar by any chance. You're right that the pam module should work fine with 10.5, the BZ you referenced was only related to 10.3. The theory that it might be something wrong with the sssd rather than mariadb-pam looks probable to me, but I'm not an expert on that front.HonzaOn Mon, Aug 2, 2021 at 10:07 PM Michael Barkdoll <mabarkdoll@gmail.com> wrote:Sorry, I wasn't replying to the listserv initially. Complete list of packages available here:Operating System is Rocky linux 8.4 should be 100% binary compatible with Redhat 8.4.I used mariadb AppStream 10.5 for the install with maria-pam 10.5.9 as well. I will confirm the same on Redhat 8.4.Update:I was able to get local users working by renaming the /etc/pam.d/mariadb to /etc/pam/d/mysql contents:auth required pam_unix.so auditaccount required pam_unix.so auditHowever, I still can't get AD user accounts to work even with the pam_sss.so -- I was able to confirm pam is working changing /etc/pam.d/mysql to:auth required pam_permit.so audit
account required pam_permit.so auditBut, then no authentication is taking place. I think the issue must be with sssd's pam_sss.so.I tried increasing the verbosity of the sssd logs.Not sure if there is anything useful in there.On Mon, Aug 2, 2021 at 12:31 PM Honza Horak <hhorak@redhat.com> wrote:Michael, can you share, please, which operating system and builds (upstream packages or those from the distribution) do you use?Thanks,HonzaOn Mon, Aug 2, 2021 at 5:35 PM Michael Barkdoll <mabarkdoll@gmail.com> wrote:_______________________________________________Hi, I'm having issues getting the pam plugin to work with Rocky Linux 8 (RHEL 8) with AppStream MariaDB 10.5. I've installed mariadb appstream for 10.5 and mariadb-pam packages.Added the following to /etc/my.cnf.d:[mariadb]
plugin_load_add = auth_pamMy sssd is joined to Active Directory. I've created /etc/pam.d/mariadb trying both local pam_unix and pam_sss configurations:# /etc/pam.d/mariadb for local accountsauth required pam_unix.so auditaccount required pam_unix.so audit# /etc/pam.d/mariadb for sssd active directory accountsauth required pam_sss.soaccount required pam_sss.soTried creating local accounts with:#CREATE USER 'user'@'%' IDENTIFIED VIA pam USING 'mariadb';#GRANT SELECT ON db.* TO 'user'@'%' IDENTIFIED VIA pam;#CREATE USER 'user2'@'%' IDENTIFIED VIA pam;#GRANT SELECT ON db.* TO 'user2'@'%' IDENTIFIED VIA pam;I've also tried creating AD accounts:#CREATE USER 'aduser'@'%' IDENTIFIED VIA pam USING 'mariadb';#GRANT SELECT ON db.* TO 'aduser'@'%' IDENTIFIED VIA pam;#CREATE USER 'aduser@college.edu'@'%' IDENTIFIED VIA pam USING 'mariadb';#GRANT SELECT ON db.* TO 'aduser@college.edu'@'%' IDENTIFIED VIA pam;I see Redhat has issues with MariaDB 10.3 working with pam plugin but it sounded like 10.5 should work?I feel like I'm missing something in my /etc/sssd/sssd.conf file or some pam configuration steps.I'm using authselect with sssd:authselect select custom/user-profile with-mkhomedir with-sudo with-pamaccessAll attempts to `mysql -u user -p` fail.MariaDB [(none)]> show plugins;| pam | ACTIVE | AUTHENTICATION | auth_pam.so | GPL |I tried adding a [pam] section to sssd.[pam]pam_public_domains = allpam_verbosity = 3Didn't seem to help. I used realmd to join AD. Any help is much appreciated.mysql -u user -pEnter password:ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: NO)
Mailing list: https://launchpad.net/~maria-discuss
Post to : maria-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-discuss
More help : https://help.launchpad.net/ListHelp