summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_common.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12Don't pass a variable as format to talloc_asprintf()Martin Nagy1-1/+1
This practice is not recommended and can also be dangerous.
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek1-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
2009-11-23Read KDC info from file instead from environmentSumit Bose1-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.
2009-11-20Add initial failover support for ldap and ipaSimo Sorce1-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.
2009-11-20Validate Kerberos credentials with local keytabSumit Bose1-0/+2
2009-11-13Fix option name krb5_changepw_principalSumit Bose1-1/+1
2009-11-12Fix inconsistent use of krb5_ccname_templateSumit Bose1-1/+1
2009-10-22update krb5 option handling to new option schemeSumit Bose1-0/+155