9759333b3dd404c6787ef0186984c5d4256eb5bb |
|
27-Jul-2017 |
Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> |
NSS: Move nss_get_shell_override to responder utils
Move nss_get_shell_override to common responder utils and rename it to
sss_resp_get_shell_override to make it available to other responders. In
particular let PAM responder use it to provide original shell when it is
overriden for session recording.
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
ed15b405ff95e521df3028fc40360a1547ba84bd |
|
31-May-2017 |
Jakub Hrozek <jhrozek@redhat.com> |
RESP: Provide a reusable request to fully resolve incomplete groups
After initgroups, the group objects might not be complete, but just
stubs that contain the SID and the GID. If the caller needs to know the
group names as well, this request allows them to iterate over the list
of the groups and resolve them one-by-one.
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
78f9a9d4a2725f1b2cb6e582c965b5e6f7bdff7d |
|
07-Jul-2016 |
Jakub Hrozek <jhrozek@redhat.com> |
RESPONDER: Add a helper function sss_resp_create_fqname
When looking up entries in the responders that have not been yet
converted to the cache_req API, we need to perform some common
operations all the time. These include converting the name to the right
case, reverse-replacing whitespace and converting the name to the qualified
format for that domain.
This patch adds a function that performs these steps to avoid code
duplication.
Reviewed-by: Sumit Bose <sbose@redhat.com> |
115de6d50f0d0bdd5745a5d8eb0d067be9128528 |
|
05-Nov-2014 |
Sumit Bose <sbose@redhat.com> |
Add parse_attr_list_ex() helper function
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |