summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
Commit message (Expand)AuthorAgeFilesLines
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-2/+0
* Remove wildcard importsMartin Basti2015-12-231-2/+13
* Remove unused importsMartin Basti2015-12-231-12/+19
* Allow multiple managers per user - CLI partMartin Basti2015-11-201-7/+17
* Move common code of user and stageuser to baseuser postcallbackMartin Basti2015-11-201-3/+0
* execute user-del pre-callback also during user preservationMartin Babinsky2015-10-211-21/+28
* remove ID overrides when deleting a userMartin Babinsky2015-10-141-0/+6
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* improve the usability of `ipa user-del --preserve` commandMartin Babinsky2015-08-251-57/+66
* Add user-stage commandMartin Basti2015-08-211-0/+51
* user-undel: Fix error messages.David Kupka2015-08-181-7/+5
* add permission: System: Manage User CertificatesPetr Vobornik2015-08-141-1/+9
* ULC: Prevent preserved users from being assigned membershipJan Cholasta2015-08-131-13/+18
* Modernize 'except' clausesPetr Viktorin2015-08-121-3/+3
* store certificates issued for user entries as userCertificate;binaryMartin Babinsky2015-08-041-12/+9
* user-show: add --out option to save certificates to fileFraser Tweedale2015-07-311-1/+26
* fix broken search for users by their managerMartin Babinsky2015-07-231-4/+0
* new commands to manage user/host/service certificatesMartin Babinsky2015-07-021-0/+52
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-3/+1
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+1
* idviews: Remove ID overrides for permanently removed users and groupsTomas Babej2015-07-011-5/+10
* User life cycle: change user-del flags to be CLI-specificJan Cholasta2015-06-181-8/+24
* User life cycle: provide preserved user virtual attributeJan Cholasta2015-06-151-30/+48
* Add usercertificate attribute to user pluginFraser Tweedale2015-06-041-1/+1
* User life cycle: support of user-undelThierry Bordaz2015-05-181-1/+46
* User life cycle: user-find support finding delete usersThierry Bordaz2015-05-181-3/+20
* User life cycle: user-del supports --permanently, --preserve options and abil...Thierry Bordaz2015-05-181-12/+123
* User life cycle: new stageuser commands del/mod/find/showThierry Bordaz2015-05-181-76/+7
* use Connectible.disconnect() instead of .destroy_connection()Petr Vobornik2015-05-071-1/+1
* User life cycle: stageuser-add verbThierry bordaz (tbordaz)2015-04-081-401/+38
* ipalib: Make sure correct attribute name is referenced for faxTomas Babej2015-02-191-1/+1
* Allow PassSync user to locate and update NT usersMartin Kosek2015-01-191-0/+12
* Support idviews in compat treeAlexander Bokovoy2014-10-201-0/+11
* Add managed read permissions for compat treePetr Viktorin2014-09-051-0/+11
* Ensure ipaUserAuthTypeClass when needed on user creationNathaniel McCallum2014-09-031-13/+11
* trusts: Allow reading ipaNTSecurityIdentifier in user and group objectsTomas Babej2014-06-231-1/+2
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-2/+3
* Add support for managedBy to tokensNathaniel McCallum2014-06-161-2/+7
* Make 'permission' the default bind type for managed permissionsPetr Viktorin2014-06-111-9/+0
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-18/+12
* Add missing attributes to User managed permissionsPetr Viktorin2014-06-101-2/+3
* Convert User default permissions to managedPetr Viktorin2014-06-101-0/+91
* Add managed read permission for the UPG DefinitionPetr Viktorin2014-05-291-0/+17
* Set user addressbook/IPA attribute read ACI to anonymous on upgrades from 3.xPetr Viktorin2014-05-261-0/+17
* Add managed read permissions to userPetr Viktorin2014-05-261-0/+70
* ipalib: Expose krbPrincipalExpiration in CLITomas Babej2014-05-051-2/+7
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-3/+3
* Extending user plugin with inetOrgPerson fieldsAdam Misnyovszki2014-03-281-1/+16
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-201-0/+1