summaryrefslogtreecommitdiffstats
path: root/server/ldb_modules/memberof.c
Commit message (Collapse)AuthorAgeFilesLines
* Add syntaxes for member and memberofSimo Sorce2009-02-121-0/+8
|
* Simplify delete path by removing effectively redundant code.Simo Sorce2009-01-281-221/+41
| | | | Thanks Nathan for the review that lead to this!
* Add comments on how memberof works.Simo Sorce2009-01-281-0/+96
| | | | Enable memberof by default in the default db example
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-281-0/+2187
as in IPA if necessary. This patch slightly modifies ldb to split out a modules header file without exposing the private headers.