Age | Commit message (Collapse) | Author | Files | Lines |
|
Try to parse names in the form user@domain first, as that's what sss_ssh_*
send in requests when the --domain option is used. Do not parse host names
using domain-specific regular expression.
|
|
The monitor sends calls different sbus methods to different responders.
Instead of including headers of the particular responders directly in
monitor, which breaks layering a little, create a common header file
that will be included from src/responder/common/
|
|
|
|
|
|
Instead of using account_info request, creates a new ssh specific
request. This improves code readability and will make the code more
flexible in the future.
https://fedorahosted.org/sssd/ticket/1176
|
|
https://fedorahosted.org/sssd/ticket/1203
|
|
This change removes the need to canonicalize host names on the responder
side - the relevant code was removed.
|
|
resolver code
|
|
https://fedorahosted.org/sssd/ticket/1193
|
|
|
|
|