I can't get authentication for the cups admin interface. Auth.log says
cupsd: pam_sss(cups:auth): Request to sssd failed. Permission denied
Strace shows
406593 connect(522, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/private/pam"}, 110) = -1 EACCES (Permission denied)
Cups is running as root I added a pem_exec to verify that it's really called pam as root.
This is ubuntu 24.04, cups is from ubuntu, and seems to be some variant of 2.0
Hi,
On Tue, Aug 27, 2024 at 11:14 PM Charles Hedrick hedrick@rutgers.edu wrote:
I can't get authentication for the cups admin interface. Auth.log says
cupsd: pam_sss(cups:auth): Request to sssd failed. Permission denied
Strace shows
406593 connect(522, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/private/pam"}, 110) = -1 EACCES (Permission denied)
- what is the SSSD version? - is SSSD ('sssd_pam' in particular) running? - what is the output of `ls -la /var/lib/sss/pipes/private/pam`?
Cups is running as root I added a pem_exec to verify that it's really called pam as root.
This is ubuntu 24.04, cups is from ubuntu, and seems to be some variant of 2.0 -- _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.o... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
sssd-users@lists.fedorahosted.org