#226 Make SSSDConfig output more sensible
Closed: Fixed None Opened 14 years ago by sgallagh.

Right now, the SSSDConfig uses the built-in ConfigParser to produce its output. This does not yield predictable (to humans) output. This makes testing difficult to automate.

The SSSDConfig should output the sssd.conf with the following structure:

[sssd]
<options>

[pam]
<options>

[nss]
<options>

#Active Domains
[domain/domain1]
<options>

#Inactive Domains
[domain/domain2]
<options

For each domain entry, the options should be ordered by provider.

[domain/LDAP_KRB]
id_provider = ldap
ldap_uri = ldap://ldap.example.com
auth_provider = krb5
krb5_realm = LDAP_KRB_REALM

Fields changed

owner: sgallagh => jhrozek

Fixed with b6c6698

fixedin: => 1.0.0rc
resolution: => fixed
status: new => closed
tests: 0 => 1

Fields changed

tests: 1 => 0

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1268

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata