Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sssd.conf broken after adding a new domain with API #2033

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

sssd.conf broken after adding a new domain with API #2033

sssd-bot opened this issue May 2, 2020 · 0 comments

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/991

  • Created at 2011-09-08 10:57:54 by myllynen
  • Closed as Invalid
  • Assigned to dpal

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.

Comments


Comment from abbra at 2011-09-08 11:02:57

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.


Comment from sgallagh at 2011-09-08 13:39:29

Fields changed

component: SSSDConfig API => INI Parser


Comment from sgallagh at 2011-09-08 14:44:59

Fields changed

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


Comment from myllynen at 2011-09-09 16:07:17

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


Comment from sgallagh at 2011-09-09 16:13:34

Fields changed

milestone: SSSD 1.5.14 => NEEDS_TRIAGE


Comment from sgallagh at 2011-09-15 15:20:52

Fields changed

resolution: => wontfix
status: new => closed


Comment from simo at 2012-03-08 15:25:49

Fields changed

milestone: NEEDS_TRIAGE => void


Comment from myllynen at 2017-02-24 14:41:23

Metadata Update from @myllynen:

  • Issue assigned to dpal
  • Issue set to the milestone: void

Comment from jhrozek at 2017-04-07 13:12:54

Metadata Update from @jhrozek:

  • Custom field rhbz adjusted to 0

Comment from jhrozek at 2017-04-07 13:12:55

Metadata Update from @jhrozek:

  • Custom field rhbz adjusted to 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant