summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_options.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07s4-ldb: added ldb_options_find()Andrew Tridgell1-0/+72
ldb_options_find() allows backends to find options in the options[] array passed to the connect operation. This will be used by the ldb_ldap bind code