summaryrefslogtreecommitdiffstats
path: root/server/krb5_plugin
Commit message (Collapse)AuthorAgeFilesLines
* fix a compiler warning about redefinition of DEBUGSumit Bose2009-10-221-15/+19
|
* Move all krb5 provider init functionsSimo Sorce2009-10-161-1/+1
| | | | | 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.
* toggle debug output of sssd_krb5_locator_plugin with an environment variableSumit Bose2009-09-251-36/+55
|
* use getaddrinfo to resolve IP address of KDCSumit Bose2009-09-231-17/+58
|
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-142-31/+3
| | | | | | | | 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.
* Add copyright noticesJakub Hrozek2009-09-112-0/+40
| | | | Fixes: #138
* initialize sockaddr_in structureSumit Bose2009-09-081-0/+10
|
* added kerberos locator pluginSumit Bose2009-07-022-0/+139