summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/ipa-memberof
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up comments that were mangled by vimNathan Kinder2008-07-181-7/+7
|
* Re-base memberOf plug-in off of current FDS memberOf plug-in. Resolves: ↵Nathan Kinder2008-07-184-643/+1189
| | | | 452537, 453011, 443241, 439628
* Fix cut&paste errorSimo Sorce2008-06-111-2/+1
|
* Fedora DS 1.1.1 exposes a public task api. In order for ipa-1-0 to build ↵Rich Megginson2008-05-301-47/+90
| | | | against this, ipa-memberof.c needs to be able to use the public api or the private one.
* This patch begins the process of replacing OpenLDAP with mozldap.W. Michael Petullo2008-05-011-1/+0
| | | | | | | | | FreeIPA relies on RedHat's Directory Server, which uses mozldap. A FreeIPA build using mozldap would reduce the project's dependencies and redundant code. In addition, mozldap uses NSS instead of OpenSSL. This is beneficial for the reasons listed in [1]. [1] http://fedoraproject.org/wiki/FedoraCryptoConsolidation
* Fixed various memory leaks in memberOf plug-in.Nathan Kinder2008-04-221-2/+9
| | | | 440474
* Some more function name errors due to merge from DS own memberof plugin thatSimo Sorce2008-03-311-6/+6
| | | | has different function names. This was a runtime linker crash bug :/
* Fix typoSimo Sorce2008-03-311-2/+2
|
* Avoid listing a group as a memberOf itself when a circular groupingNathan Kinder2008-03-281-10/+23
| | | | | | | | | | is created. We basically just need to add a check to see if we're to use a group DN as the memberOf value when performing an operation on itself for all operation types. 439450
* Fixed handling of modify operations that delete all present memberNathan Kinder2008-03-281-2/+13
| | | | | | | | | | | | | values without specifying the values to delete in the memberOf plug-in. Member entries were not being updated because the code used the values in the mod to find the member entries to update. The fix is to detect when a delete modify has no values specified and just use the replace code since it compares the pre-op and post-op copies of the group to figure out what member entries to update. 439097
* Handle MODRDN operations properly for indirect group members.Nathan Kinder2008-03-261-1/+11
| | | | | | | Without this, an entry's memberOf attribute is not updated with the new group DN when an indirect group is renamed. This is in bugzilla for FDS as bz 438891.
* Fix bugs in handling of circular groupings in memberOf plug-in.Nathan Kinder2008-02-141-5/+18
| | | | Resolves 432140
* Use groupOfNames and member, not groupOfUniqueNames and uniqueMemberSimo Sorce2007-11-201-1/+1
|
* Fix build from autoconf patch import.Karl MacMillan2007-10-181-0/+2
|
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-173-26/+43
|
* Enabled memberof pluginRob Crittenden2007-10-161-0/+1
|
* Karl MacMillan wrote:Karl MacMillan2007-10-091-12/+3
| | | | | | | | | | | | | > > This largish patch makes the build and installation work on 64bit > > machines. The only catch here is that to get a 64bit build you need to > > set LIBDIR on make: > > > > make install LIBDIR=/usr/lib64 > > > > The spec file does this correctly. I couldn't find any reliable way to > > guess this that works both on real systems and in the almost entirely > > empty rpm build root (you can't, for example, check for the existence > > of /usr/lib64).
* Add DS task to fix up memberof, turn debug build back onPete Rowley2007-08-212-3/+268
|
* Fix -Wall for memberof plugin (from Pete Rowley).Karl MacMillan2007-08-171-10/+28
|
* Fix the relative name, Richm explained that the allowed values are either:Simo Sorce2007-08-161-1/+1
| | | | | | /full/path/plugin-name.so or just plugin-name (no .so as different arches have different extensions)
* in F7 all directory names have changed from fedora-ds to dirsrvSimo Sorce2007-08-151-4/+5
| | | | which should also be the name used in DS 8.0, change all occurences
* Use relative .so names for plugin so that lib/lib64 does not get in the waySimo Sorce2007-08-151-1/+1
| | | | change the pwd-extop conf ldif to a more sensible name
* Install server plugins in correct lib directory.Karl MacMillan2007-08-151-2/+7
|
* Integrate memberof plugin into build.Karl MacMillan2007-08-151-3/+26
|
* initial commit of memberof DS pluginPete Rowley2007-08-103-0/+1749