Learn more about these different git repos.
Other Git URLs
If the IPA server mode is on and the SSSD is running on the IPA server, then the server's extdom plugin calls getpwnam_r to read info about trusted users from the AD server and return them to the clients that called the extended operation.
The SSSD returns the subdomain users fully-qualified, ie "user@domain" by default. The format of the fully qualified name is configurable.
However, the extdom plugin returns the user name without the domain component.
We have a couple of options: - when ipa_server_mode is on, return the usernames non-qualified. - when ipa_server_mode is on, warn if the full_name_format is set to a non-default value. That would prompt the admin to change the format if he changed it to something exotic.
I think the second option sounds better.
Fields changed
milestone: NEEDS_TRIAGE => SSSD 1.11 beta 2
Ticket has been cloned to Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=983575
rhbz: => [https://bugzilla.redhat.com/show_bug.cgi?id=983575 983575]
owner: somebody => jhrozek status: new => assigned
patch: 0 => 1
resolution: => fixed status: assigned => closed
Metadata Update from @jhrozek: - Issue assigned to jhrozek - Issue set to the milestone: SSSD 1.11 beta 2
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/3051
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Log in to comment on this ticket.