summaryrefslogtreecommitdiffstats
path: root/src/util/become_user.c
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Move become_user outside krb5 treeJakub Hrozek2014-10-101-0/+198
In order for several other SSSD processes to run as a non-root user, we need to move the functions to become another user to a shared space in our source tree. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>