summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins/user.py
Commit message (Expand)AuthorAgeFilesLines
* user-stage: transfer all attributes from preserved to stage userFlorence Blanc-Renaud2019-07-311-0/+44
* Make use of the single configuration point for the default shellsStanislav Levin2019-06-191-1/+3
* Consolidate container_masters queriesChristian Heimes2019-03-281-12/+3
* Fix Pylint 2.0 violationsArmando Neto2018-07-141-2/+3
* Allow user administrator to change user homedirStanislav Laznicka2018-05-101-6/+6
* Add absolute_import future importsStanislav Laznicka2018-04-201-0/+2
* LGTM: raise handle_not_found()Christian Heimes2018-01-091-4/+4
* logging: remove object-specific loggersJan Cholasta2017-07-141-5/+11
* user, migration: use LDAPClient for ad-hoc LDAP connectionsJan Cholasta2017-07-041-7/+5
* user.py: replace user_mod with ldap.update_entry()Tibor Dudlák2017-05-301-13/+7
* Update get_attr_filter in LDAPSearch to handle nsaccountlock user searchesGabe2017-04-261-0/+1
* Add --password-expiration to allow admin to force user password expirationGabe2017-03-311-1/+1
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-2/+21
* Allow nsaccountlock to be searched in user-find commandGabe2017-02-141-1/+17
* stageuser: Add stageuser-{add,remove}-certDavid Kupka2017-02-071-37/+5
* ipa_generate_password algorithm changePetr Spacek2017-01-061-3/+2
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-4/+2
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* Raise DuplicatedEnrty error when user exists in delete_containerMartin Basti2016-08-301-2/+13
* Increase default length of auto generated passwordsMartin Basti2016-08-031-2/+3
* Provide API for management of host, service, and user principal aliasesMartin Babinsky2016-07-011-1/+23
* Allow for commands that use positional parameters to add/remove attributesMartin Babinsky2016-07-011-4/+4
* user: add object plugin for user_statusJan Cholasta2016-06-301-7/+45
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-0/+1151