Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionGowrishankar Rajaiyan
2011-02-04 19:17:37 UTC
Description of problem:
"Authorized service attribute has no matching rule, access denied" message gets logged in /var/log/secure even though there exists a valid rule to grant access to user and authentication succeeds.
Version-Release number of selected component (if applicable):
sssd-1.5.1-3.el6.x86_64
How reproducible:
Always
Steps to Reproduce:
1. On DS add user (puser1) with objectclass authorizedServiceObject and authorizedService: sshd.
2. Configure SSSD with ldap_access_order as authorized_service. See "Additional info" section for relevant sssd.conf
3. Restart sssd with clear cache.
4. Using ssh try authenticating as puser1.
Actual results:
Snipped /var/log/secure:
Feb 4 19:36:01 rhel6-1 sshd[1941]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=localhost user=puser1
Feb 4 19:36:03 rhel6-1 sshd[1941]: pam_sss(sshd:auth): authentication success; logname= uid=0 euid=0 tty=ssh ruser= rhost=localhost user=puser1
Feb 4 19:36:03 rhel6-1 sshd[1941]: pam_sss(sshd:account): system info: [Authorized service attribute has no matching rule, access denied]
Feb 4 19:36:03 rhel6-1 sshd[1941]: Accepted password for puser1 from 127.0.0.1 port 46390 ssh2
Feb 4 19:36:03 rhel6-1 sshd[1941]: pam_unix(sshd:session): session opened for user puser1 by (uid=0)
"Authorized service attribute has no matching rule, access denied" message gets logged in /var/log/secure even though there exists a valid rule for sshd service.
Expected results:
Should not print this message on successful requests.
Additional info:
Relevant section of sssd.conf:
[domain/default]
ldap_tls_reqcert = demand
auth_provider = ldap
ldap_schema = rfc2307
ldap_default_authtok_type = obfuscated_password
ldap_search_base = dc=example,dc=com
id_provider = ldap
ldap_id_use_start_tls = False
ldap_default_bind_dn = uid=puser1,ou=People,dc=example,dc=com
ldap_tls_cacert = /etc/openldap/cacerts/cacert.asc
debug_level = 9
ldap_uri = ldaps://sssdldap.redhat.com:636
enumerate = True
cache_credentials = True
ldap_default_authtok = AAAQAFFoJm/cBfbpU83dl5fe2wTdWeTPvLS8mfbDyZSN1AFK0tGwV6d0fJgr6lr33IYKK88yoZsASPUv20IUPtmCJZ4AAQIDAAA=
ldap_tls_cacertdir = /etc/openldap/cacerts
access_provider = ldap
ldap_access_order = authorized_service
ldap_user_authorized_service = authorizedService
Comment 3Gowrishankar Rajaiyan
2011-03-18 11:23:27 UTC
No more "Authorized service attribute has no matching rule, access denied" message gets logged in /var/log/secure during successful requests when there exists a matching rule.
# rpm -qi | head
rpm: no arguments given for query
[root@rhel6-1 ~]# rpm -qi sssd | head
Name : sssd Relocations: (not relocatable)
Version : 1.5.1 Vendor: Red Hat, Inc.
Release : 14.el6 Build Date: Thu 10 Mar 2011 01:00:12 AM IST
Install Date: Fri 18 Mar 2011 03:43:08 PM IST Build Host: x86-009.build.bos.redhat.com
Group : Applications/System Source RPM: sssd-1.5.1-14.el6.src.rpm
Size : 3418526 License: GPLv3+
Signature : (none)
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://fedorahosted.org/sssd/
Summary : System Security Services Daemon
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.
http://rhn.redhat.com/errata/RHSA-2011-0560.html
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.
http://rhn.redhat.com/errata/RHSA-2011-0560.html