summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Split helpers for child processesJakub Hrozek2009-11-251-1/+2
| | | | | Moves several functions out of providers/krb5 hierarchy into a separate module so it can be shared by the ldap child.
* Read KDC info from file instead from environmentSumit Bose2009-11-231-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.
* update krb5 option handling to new option schemeSumit Bose2009-10-221-81/+5
|
* Move all krb5 provider init functionsSimo Sorce2009-10-161-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.