summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-101-5/+3
| | | | | | | | There were two functions for parsing strings by a separator. This patch consolidates on the one previously used in confdb. This also allows stripping the tokens of whitespace. Fixes: #319
* Read KDC info from file instead from environmentSumit Bose2009-11-231-11/+213
| | | | | | 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.
* Add initial failover support for ldap and ipaSimo Sorce2009-11-201-2/+1
| | | | | | | The retun values are still not directly used with ldap libraries that still do their own name resolution, but this patch introduces a very basic framework to have a multiple providers in one domain use and share a single failover service if they want to.
* Validate Kerberos credentials with local keytabSumit Bose2009-11-201-0/+2
|
* Fix option name krb5_changepw_principalSumit Bose2009-11-131-1/+1
|
* Fix inconsistent use of krb5_ccname_templateSumit Bose2009-11-121-1/+1
|
* update krb5 option handling to new option schemeSumit Bose2009-10-221-0/+155