summaryrefslogtreecommitdiff
path: root/server/krb5_plugin/sssd_krb5_locator_plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23Read KDC info from file instead from environmentSumit Bose1-29/+93
Then name or IP adress of the KDC is written into the pubconf directory into a file named kdcinfo.REALM. The locator plugin will then read this file and pass the data to the kerberos libraries.
2009-10-22fix a compiler warning about redefinition of DEBUGSumit Bose1-15/+19
2009-10-16Move all krb5 provider init functionsSimo Sorce1-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.
2009-09-25toggle debug output of sssd_krb5_locator_plugin with an environment variableSumit Bose1-36/+55
2009-09-23use getaddrinfo to resolve IP address of KDCSumit Bose1-17/+58
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-3/+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.
2009-09-11Add copyright noticesJakub Hrozek1-0/+20
Fixes: #138
2009-09-08initialize sockaddr_in structureSumit Bose1-0/+10
2009-07-02added kerberos locator pluginSumit Bose1-0/+131