summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_auth.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14added child timeout handlerSumit Bose1-0/+3
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-0/+22
The configuration options krb5ccache_dir and krb5ccname_template are added to the Kerberos provider to create the user's credential caches the same way as pam_krb5 does. Due to the design of the sssd and the supported ccache types of MIT Kerberos only files are allowed.
2009-09-11use fork+exec for kerberos helperSumit Bose1-27/+1
2009-09-11add change password target to krb5 backendSumit Bose1-0/+3
2009-08-24some UPN handling fixesSumit Bose1-0/+1
- making the realm part upper case is now optional and done in the LDAP backend - using a username@realm UPN is now optional
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-0/+91