Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-22 | update krb5 option handling to new option scheme | Sumit Bose | 1 | -2/+16 | |
2009-10-22 | Various improvements to the resolv test suite | Martin Nagy | 1 | -1/+0 | |
* The resolv test case can now test for TXT and SRV resolving by specifying -t host and -s host respectively. The -n flag must still be passed in to enable network tests. * Added test for the little complicated resolv_copy_hostent() function. * Leak checking using the new tests common functions. * Fix indentation for test_internet, since the whole function was modified to be able to handle SRV and TXT replies. * Initialize the debug variable in main(). Also removed one unused variable in krb5_utils-tests.c | |||||
2009-09-14 | add krb5ccache_dir and krb5ccname_template option | Sumit Bose | 1 | -0/+292 | |
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. |