summaryrefslogtreecommitdiffstats
path: root/src/ldb_modules
Commit message (Collapse)AuthorAgeFilesLines
* MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek2012-12-061-11/+1
| | | | | | | | | | | | When a nested group with ghost users is added, its ghost attribute should propagate within the nested group structure much like the memberuid attribute. Unlike the memberuid attribute, the ghost attribute is only semi-managed by the memberof plugin and added manually to the original entry. This bug caused LDB errors saying that attribute or value already exists when a group with a ghost user was added to the hierarchy as groups were updated with an attribute they already had.
* Ghost members - modifications in memberof pluginJan Zeleny2012-05-311-6/+41
|
* memberof: free delete operation apyload once doneSimo Sorce2011-04-141-1/+13
| | | | | | | Large memberof delete operations can cause quite a number of searches and the results are attached to a delop operation structure. Make sure we free this payload once the operation is done and these results are not used anymore so that we get a smaller total memory footprint.
* memberof: fix calculation of replaced membersSimo Sorce2011-04-141-0/+1
| | | | | We were skipping the check on the next value in the added list when a match was found for the currentr value being checked.
* Fix module registration with newer LDB libraries.Stephen Gallagher2011-02-111-1/+14
|
* Clear up -Wunused-but-set-variable warningsStephen Gallagher2011-02-111-7/+0
|
* Sanitize search filters in memberOf pluginStephen Gallagher2010-11-151-2/+20
|
* Dead assignments cleanup in memberof moduleJan Zeleny2010-09-081-6/+3
| | | | | | Some assignments deleted, two return value inspections were added. Ticket: #589
* Fix memberof calculation when deleting groupsSimo Sorce2010-03-111-0/+5
| | | | | | With complex hierarchies it could happen that the group just deleted was re-added by mistake to the list of groups a user is member of, causing the user to have a stray memberof value in its entry.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+3612
Also update BUILD.txt