Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-10 | Consolidate code for splitting strings by separator | Jakub Hrozek | 1 | -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-20 | Add initial failover support for ldap and ipa | Simo Sorce | 1 | -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. |