summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
Commit message (Collapse)AuthorAgeFilesLines
* added support for older MIT kerberos versionssbose2009-09-241-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
* added child timeout handlerSumit Bose2009-09-141-0/+3
|
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-141-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.
* use fork+exec for kerberos helperSumit Bose2009-09-111-27/+1
|
* add change password target to krb5 backendSumit Bose2009-09-111-0/+3
|
* some UPN handling fixesSumit Bose2009-08-241-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
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-0/+91