summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_auth.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-20Improve handling of ccache filesSumit Bose1-1/+2
- save current ccache file to sysdb - use the saved ccache file if the user has running processes - create an empty ccache if offline - return enviroment variables if offline
2009-11-05add replacements for missing Kerberos callsSumit Bose1-0/+1
2009-10-22update krb5 option handling to new option schemeSumit Bose1-7/+1
2009-10-16Move all krb5 provider init functionsSimo Sorce1-13/+8
Put all init functions in their own file so that the other files can be reused in other providers w/o having them in the way.
2009-10-15enable debugging of krb5_childSumit Bose1-0/+1
2009-09-25remove krb5_try_simple_upn option and make it a default fallbackSumit Bose1-1/+0
2009-09-24added support for older MIT kerberos versionssbose1-3/+7
- make the build of the locator plugin optional - added a man page for the locator plugin - use krb5.h if krb5/krb5.h cannot be found - added alternatives for missing functions - set -DDBUS_API_SUBJECT_TO_CHANGE if libdbus version is lesser than 1.0.0
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