Bug 872180
| Summary: | subdomains: Invalid sub-domain request type. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Dmitri Pal <dpal> |
| Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | grajaiya, jgalipea, nsoman, pbrezina, spoore |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.9.2-10.el6 | Doc Type: | Bug Fix |
| Doc Text: |
No Documentation Needed
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 09:39:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dmitri Pal
2012-11-01 13:29:05 UTC
Verified. Version :: sssd-1.9.2-11.el6.x86_64 Manual Test Results :: [root@rhel6-1 log]# vi /etc/sssd/sssd.conf [root@rhel6-1 log]# service sssd restart Stopping sssd: [ OK ] Starting sssd: [ OK ] [root@rhel6-1 log]# cat /etc/sssd/sssd.conf [domain/default] debug_level = 10 cache_credentials = True [domain/testrelm.com] cache_credentials = True krb5_store_password_if_offline = True ipa_domain = testrelm.com id_provider = ipa auth_provider = ipa access_provider = ipa ipa_hostname = rhel6-1.testrelm.com chpass_provider = ipa ipa_server = rhel6-1.testrelm.com ldap_tls_cacert = /etc/ipa/ca.crt subdomains_provider = ipa sudo_provider = ldap ldap_uri = ldap://rhel6-1.testrelm.com ldap_sudo_search_base = ou=sudoers,dc=testrelm,dc=com ldap_sasl_mech = GSSAPI ldap_sasl_authid = host/rhel6-1.testrelm.com ldap_sasl_realm = TESTRELM.COM krb5_server = rhel6-1.testrelm.com [sssd] debug_level = 10 services = nss, pam, ssh, pac, sudo config_file_version = 2 domains = testrelm.com [nss] debug_level = 10 [pam] debug_level = 10 [sudo] debug_level = 10 [autofs] debug_level = 10 [ssh] debug_level = 10 [pac] debug_level = 10 [root@rhel6-1 log]# ipa hbacrule-find -------------------- 2 HBAC rules matched -------------------- Rule name: allow_all User category: all Host category: all Source host category: all Service category: all Description: Allow all users to access any host from any host Enabled: FALSE Rule name: test Description: test Enabled: TRUE User Groups: adtestdom_testgroup Hosts: rhel6-1.testrelm.com Services: sshd ---------------------------- Number of entries returned 2 ---------------------------- [root@rhel6-1 log]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: admin Valid starting Expires Service principal 11/12/12 20:33:36 11/13/12 20:33:36 krbtgt/TESTRELM.COM 11/12/12 22:09:44 11/13/12 20:33:36 HTTP/rhel6-1.testrelm.com [root@rhel6-1 log]# ssh -l adtestuser1 rhel6-1.testrelm.com adtestuser1@rhel6-1.testrelm.com's password: Last login: Mon Nov 12 17:00:32 2012 from rhel6-1.testrelm.com -sh-4.1$ exit logout Connection to rhel6-1.testrelm.com closed. [root@rhel6-1 log]# cd sssd [root@rhel6-1 sssd]# grep -i "sssd.*Invalid sub-domain request type" /var/log/sssd/sssd_testrelm.com.log | wc -l 0 [root@rhel6-1 sssd]# pwd /var/log/sssd Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0508.html |