summaryrefslogtreecommitdiff
path: root/src/sss_client/sssd_pac.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Enhance PAC responder for AD usersSumit Bose1-15/+47
This patch modifies the PAC responder so that it can be used with the AD provider as well. The main difference is that the POSIX UIDs and GIDs are now lookup up with the help of the SID instead of being calculated algorithmically. This was necessary because the AD provider allows either algorithmic mapping or reading the value from attributes stored in AD. Fixes https://fedorahosted.org/sssd/ticket/1558
2012-07-10Remove resource leak in sssdpac_import_authdataSumit Bose1-3/+1
Fixes https://fedorahosted.org/sssd/ticket/1409
2012-06-21PAC client: add krb5 authdata pluginSumit Bose1-0/+282