summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/privilege.py
Commit message (Expand)AuthorAgeFilesLines
* Validate adding privilege to a permissionMartin Basti2015-07-171-25/+26
* Do not require description in UI.David Kupka2014-09-291-1/+1
* Add several CRUD default permissionsPetr Viktorin2014-06-241-0/+16
* Make sure member* attrs are always granted together in read permissionsPetr Viktorin2014-06-111-1/+2
* Make 'permission' the default bind type for managed permissionsPetr Viktorin2014-06-111-1/+0
* Add managed read permissions to RBAC objectsPetr Viktorin2014-04-111-0/+13
* Allow anonymous and all permissionsPetr Viktorin2014-01-071-1/+32
* Use new registration API in the privilege pluginPetr Viktorin2014-01-071-20/+14
* Removal of memberofindirect_permissons from privilegesPetr Vobornik2012-04-091-4/+1
* Only apply validation rules when adding and updating.Rob Crittenden2012-02-291-1/+1
* Remove normalizer that made role, privilege and permission names lower-caseRob Crittenden2011-09-121-1/+0
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-30/+17
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Make permission and privilege help text clearerRob Crittenden2011-02-231-4/+13
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-1/+2
* A privilege cannot be a member of a permission, remove it from metadataRob Crittenden2011-02-151-3/+1
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-2/+2
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-0/+191