#991 sssd.conf broken after adding a new domain with API
Closed: Invalid None Opened 12 years ago by myllynen.

When testing

https://www.redhat.com/archives/freeipa-devel/2011-September/msg00044.html

it turned out that a new domain was added without a newline between two domains causing the latter not working and in this case preventing ipa-client-install to configure the client properly.

In practice sssd.conf had something like:

...
[domain/test.example.com]
auth_provider = krb5
krb5_realm = TEST.EXAMPLE.COM
[domain/ipa.example.com]
...

After adding a newline between the domains they both work properly.


It looks like it is a bug in libini_config parser in ding-libs. It should not rely on availability of a newline before section header as a separator -- after all, section header is a separator already.

Fields changed

component: SSSDConfig API => INI Parser

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.5.14
owner: somebody => dpal

It turns out that the latter domain did not work due to https://fedorahosted.org/freeipa/ticket/1774 meaning this is purely a cosmetic issue.

priority: major => trivial

Fields changed

milestone: SSSD 1.5.14 => NEEDS_TRIAGE

Fields changed

resolution: => wontfix
status: new => closed

Fields changed

milestone: NEEDS_TRIAGE => void

Metadata Update from @myllynen:
- Issue assigned to dpal
- Issue set to the milestone: void

7 years ago

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to 0

6 years ago

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to 0

6 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/2033

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