summaryrefslogtreecommitdiffstats
path: root/server/ldb_modules/ldb_module.h
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-111/+0
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-281-0/+111
as in IPA if necessary. This patch slightly modifies ldb to split out a modules header file without exposing the private headers.