Bug 755506
Summary: | [RFE] Add host-based access control to sssd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | J.H.M. Dassen (Ray) <rdassen> |
Component: | sssd | Assignee: | Stephen Gallagher <sgallagh> |
Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | CC: | grajaiya, jgalipea, prc, rbinkhor, rnelson, sgallagh |
Target Milestone: | rc | Keywords: | FutureFeature, Triaged |
Target Release: | 6.3 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | sssd-1.8.0-2.el6.beta2 | Doc Type: | Enhancement |
Doc Text: |
Cause: SSSD had no facility for comparing the contents of the 'authorizedHost' attribute of a user to the hostname on the client system.
Consequence: Users of SSSD could not take advantage of the functionality in pam_ldap provided by the pam_check_host_attr option.
Change: SSSD added a new feature and option to the LDAP access_provider, allowing users to enable the behavior of pam_check_host_attr.
Result: SSSD users can now set the 'ldap_access_order = host' and 'ldap_user_authorized_host' options to enable access-control based on the presence of this attribute in LDAP.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 11:49:06 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: | |||
Bug Depends On: | |||
Bug Blocks: | 607248 |
Description
J.H.M. Dassen (Ray)
2011-11-21 10:51:01 UTC
Upstream ticket: https://fedorahosted.org/sssd/ticket/746 *** Bug 766924 has been marked as a duplicate of this bug. *** *** Bug 785878 has been marked as a duplicate of this bug. *** QE test coverage complete, marking verified Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: SSSD had no facility for comparing the contents of the 'authorizedHost' attribute of a user to the hostname on the client system. Consequence: Users of SSSD could not take advantage of the functionality in pam_ldap provided by the pam_check_host_attr option. Change: SSSD added a new feature and option to the LDAP access_provider, allowing users to enable the behavior of pam_check_host_attr. Result: SSSD users can now set the 'ldap_access_order = host' and 'ldap_user_authorized_host' options to enable access-control based on the presence of this attribute in LDAP. 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/RHBA-2012-0747.html |