Red Hat Bugzilla – Bug 790113
[RFE] "include" directive in sssd.conf
Last modified: 2017-02-06 11:34:23 EST
This bug is created as a clone of upstream ticket: https://fedorahosted.org/sssd/ticket/1165 As an enhancement request I would like a "include" directive in sssd.conf permitting me to split my conf in N configuration fragments all eventually included in the original sssd.conf. Thanks Marco
* master: cca497b4cbbbf05c4f9181b7d8113cde81754831
Tested with sssd-1.14.0-27.el7.x86_64 Steps followed during verification: 1. Stop sssd service 2. Clear the sssd cache 3. Create snippet file under /etc/sssd/conf.d with permission "0600" and format ".conf" 4. Run sssctl config-check (Not necessary) 5. Start sssd service #cat /etc/sssd/sssd.conf | grep use_fully_qualified_names use_fully_qualified_names = False Added 01_snippet_file.conf in /etc/sssd/conf.d/ #cat /etc/sssd/conf.d/01_snippet_file.conf [domain/LDAP] use_fully_qualified_names = True #getent passwd testuser1@LDAP testuser1@LDAP:*:10001:10001:testuser1 [Pune]:/home/testuser1:/bin/bash
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. https://rhn.redhat.com/errata/RHEA-2016-2476.html