summaryrefslogtreecommitdiff
path: root/server/util/util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek1-44/+97
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-20Add initial failover support for ldap and ipaSimo Sorce1-0/+85
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.