summaryrefslogtreecommitdiff
path: root/src/krb5_plugin/sssd_krb5_locator_plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27Krb5 locator plugin returns KRB5_PLUGIN_NO_HANDLESumit Bose1-6/+6
To allow a fallback to the setting in krb5.conf the locator plugin returns KRB5_PLUGIN_NO_HANDLE in nearly all error conditions. Only if the call back fails the error code of the callback is returned.
2010-03-25Fix kinit after password changeSumit Bose1-2/+6
In an environment with slave KDCs and a central server where password changes are allowed the request for a new TGT immediately after the password change should be made against this server, because the slave server might not know the new password. To achieve this the Kerberos localtor plugin now returns the address of the kpasswd server as master_kdc.
2010-03-15Fix segfault in the locator pluginJakub Hrozek1-25/+26
2010-03-12Add krb5_kpasswd optionSumit Bose1-37/+139
2010-03-11Write the IP address of the KDC to the kdcinfo fileSumit Bose1-39/+42
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+289
Also update BUILD.txt