Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-23 | Read KDC info from file instead from environment | Sumit Bose | 1 | -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-22 | fix a compiler warning about redefinition of DEBUG | Sumit Bose | 1 | -15/+19 | |
2009-10-16 | Move all krb5 provider init functions | Simo Sorce | 1 | -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-25 | toggle debug output of sssd_krb5_locator_plugin with an environment variable | Sumit Bose | 1 | -36/+55 | |
2009-09-23 | use getaddrinfo to resolve IP address of KDC | Sumit Bose | 1 | -17/+58 | |
2009-09-14 | add krb5ccache_dir and krb5ccname_template option | Sumit Bose | 2 | -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. | |||||
2009-09-11 | Add copyright notices | Jakub Hrozek | 2 | -0/+40 | |
Fixes: #138 | |||||
2009-09-08 | initialize sockaddr_in structure | Sumit Bose | 1 | -0/+10 | |
2009-07-02 | added kerberos locator plugin | Sumit Bose | 2 | -0/+139 | |