summaryrefslogtreecommitdiff
path: root/src/krb5_plugin
AgeCommit message (Collapse)AuthorFilesLines
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