summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/stageuser.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-745/+0
* ipalib: replace DeprecatedParam with `deprecated` Param argumentJan Cholasta2016-06-031-3/+5
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-3/+3
* Do not do extra search for ipasshpubkey to generate fingerprintsMartin Basti2016-04-261-4/+13
* Add missing pre_common_callback to stageuser_addMartin Basti2016-04-121-0/+2
* Fix: catch Exception instead of more specific exception typesMartin Basti2016-03-221-2/+2
* pylint: remove bare exceptMartin Basti2016-03-221-3/+3
* stageuser-activate: Normalize manager valueMartin Basti2016-03-161-10/+11
* Fix the man page part for shorter sentences, to avoid dual understanding, and...Jérôme Fenal2016-03-101-13/+13
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-3/+1
* Remove unused importsMartin Basti2015-12-231-14/+19
* Allow multiple managers per user - CLI partMartin Basti2015-11-201-6/+16
* Move common code of user and stageuser to baseuser postcallbackMartin Basti2015-11-201-3/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+6
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-3/+3
* Add user-stage commandMartin Basti2015-08-211-36/+8
* ULC: Fix stageused-add --from-delete commandMartin Basti2015-07-291-4/+5
* fix broken search for users by their managerMartin Babinsky2015-07-231-7/+0
* Fix minor typosYuri Chornoivan2015-07-171-1/+1
* Stageusedr-activate: show username instead of DNMartin Basti2015-07-151-2/+3
* Display the wrong attribute name when mandatory attribute is missingThierry Bordaz2015-07-021-1/+1
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-2/+0
* User life cycle: permission to delete a preserved userroot2015-06-291-0/+10
* Stage User: Fix permissions naming and split them where apropriate.Thierry Bordaz2015-06-151-42/+40
* User life cycle: Add 'Stage User Provisioning' permission/priviledgeThierry Bordaz2015-05-181-3/+14
* User life cycle: Stage user Administrators permission/priviledgeThierry Bordaz2015-05-181-1/+122
* User life cycle: new stageuser commands activate (provisioning)Thierry Bordaz2015-05-181-7/+65
* User life cycle: new stageuser commands activateThierry Bordaz2015-05-181-1/+206
* User life cycle: new stageuser commands del/mod/find/showThierry Bordaz2015-05-181-1/+70
* User life cycle: stageuser-add verbThierry bordaz (tbordaz)2015-04-081-0/+277