summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/aci.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-8/+5
* Verify ACIs are added correctly in testsPetr Viktorin2013-12-131-4/+10
* Use new ipaldap entry API in aci and permission pluginPetr Viktorin2013-10-301-22/+26
* Update Permission and ACI plugins to decorator registration APIPetr Viktorin2013-10-301-13/+11
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-111-4/+5
* Use full DNs in plugin code.Jan Cholasta2013-03-011-2/+6
* Update plugin docstrings (topic help) to reflect dropped CSV supportPetr Viktorin2013-02-221-2/+2
* Update argument docs to reflect dropped CSV supportPetr Viktorin2013-02-221-3/+3
* Fix permission validation and normalization in aci.pyPetr Viktorin2013-02-221-13/+10
* Add the version option to all CommandsPetr Viktorin2013-02-211-1/+1
* Raise ValidationError for incorrect subtree option.Ana Krivokapic2013-01-141-1/+4
* permission-find no longer crashes with --targetgroupMartin Kosek2013-01-111-2/+3
* Fix delegation-find command --group handlingMartin Kosek2012-12-191-1/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-26/+26
* Fail on unknown Command optionsPetr Viktorin2012-06-201-0/+2
* Implement permission/aci find by subtreeRob Crittenden2012-05-151-1/+12
* Do not use extra command options in ACI, permission, selfservicePetr Viktorin2012-05-141-15/+11
* Memberof attribute control and updateOndrej Hamada2012-02-081-15/+21
* Fix selfservice-find crashesMartin Kosek2012-01-241-11/+11
* Add missing --pkey-only option for selfservice and delegationMartin Kosek2012-01-161-3/+8
* Restore ACI when aci_mod failsMartin Kosek2012-01-131-4/+18
* Display the value of memberOf ACIs in permission plugin.Rob Crittenden2012-01-041-4/+7
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-3/+5
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-2/+2
* Fix LDAP object parameter encodingMartin Kosek2011-11-151-0/+11
* Fix copy/paste error in parameter description.Rob Crittenden2011-11-101-1/+1
* Fix typosYuri Chornoivan2011-09-071-2/+2
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-2/+2
* Changed dns permission typesJan Zeleny2011-02-141-2/+2
* Fix changing membergroup in a delegation.Rob Crittenden2011-02-011-7/+18
* Fixed permission lookupJan Zeleny2011-01-311-1/+10
* ACI plugin supports prefixesMartin Kosek2011-01-261-20/+75
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-7/+7
* Add some basic filter validation to permissions and disallow empty filtersRob Crittenden2011-01-211-4/+14
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-1/+1
* Setting an empty set of target attributes should raise an exception.Rob Crittenden2011-01-101-29/+32
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix the change_password permissions and the DNS access controls.Rob Crittenden2010-12-171-1/+2
* Add group to group delegation plugin.Rob Crittenden2010-12-131-7/+41
* Add plugin for manage self-service ACIsRob Crittenden2010-12-081-14/+23
* Add more information and examples on targets.Rob Crittenden2010-12-061-6/+33
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-36/+143
* Output ACI's broken out into attributes rather than a single text fieldRob Crittenden2010-11-041-73/+77
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-14/+40
* Add support for ldap:///self bind rulesRob Crittenden2010-08-191-11/+37
* Fix aci_mod command. It should handle more complex operations now.Rob Crittenden2010-06-241-12/+64
* Remove left-over debugging statementRob Crittenden2010-05-141-2/+0
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-11/+20
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+3