summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_init.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-25Split helpers for child processesJakub Hrozek1-1/+2
Moves several functions out of providers/krb5 hierarchy into a separate module so it can be shared by the ldap child.
2009-11-23Read KDC info from file instead from environmentSumit Bose1-7/+45
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-22update krb5 option handling to new option schemeSumit Bose1-81/+5
2009-10-16Move all krb5 provider init functionsSimo Sorce1-0/+189
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.