summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
Commit message (Expand)AuthorAgeFilesLines
* 34 Create FreeIPA CLI Plugin for the 389 Auto Membership pluginJr Aquino2011-08-311-0/+3
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-34/+24
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-0/+6
* Optionally wait for 389-ds postop plugins to completeRob Crittenden2011-07-191-0/+5
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Convert nsaccountlock to always work as bool towards Python codeAlexander Bokovoy2011-07-131-11/+16
* 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
* Missing krbprincipalname when uid is not setMartin Kosek2011-06-151-0/+1
* Add UID, GID and e-mail to the user default attributes.Rob Crittenden2011-06-081-1/+2
* Add sudorule and hbacrule to memberof and indirectmemberof attributesJr Aquino2011-06-061-2/+2
* Add option to limit the attributes allowed in an entry.Rob Crittenden2011-05-271-0/+2
* A new flag to disable creation of UPGMartin Kosek2011-05-251-12/+41
* Modify the default attributes shown in user-find to match the UI design.Rob Crittenden2011-04-221-0/+5
* Convert manager from userid to dn for storage and back for displaying.Rob Crittenden2011-04-221-0/+43
* postalCode should be a string not an integer.Rob Crittenden2011-04-051-1/+1
* Change default gecos from uid to first and last name.Rob Crittenden2011-04-051-1/+1
* Inconsistent error message for duplicate userMartin Kosek2011-03-291-1/+1
* Fix gidnumber option of user-add command.Pavel Zuna2011-03-291-14/+16
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-6/+8
* Fix error in user plugin email normalizer for empty --setattr=email=.Pavel Zuna2011-03-031-1/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-4/+3
* Add handling for indirect memberof other entries.Rob Crittenden2011-02-211-0/+2
* Fixed parameter for user city.Endi S. Dewata2011-02-181-2/+2
* Special handling for nsaccountlock attribute in user.Rob Crittenden2011-02-171-0/+8
* Fixed user-add helpJan Zeleny2011-02-171-1/+1
* Fix typo in rewording of help for the user module.Rob Crittenden2011-02-161-4/+4
* Reword help for the user moduleJan Zeleny2011-02-161-0/+3
* Fix setattr mail bug in user plugin.Pavel Zuna2011-02-151-0/+2
* Support of user default email domainMartin Kosek2011-02-141-0/+24
* Add default success/failure output logging.Rob Crittenden2011-02-141-1/+0
* Use correct LDAP attributes for city and state.Rob Crittenden2011-02-021-5/+9
* Add support for account unlockingJan Zeleny2011-01-281-0/+24
* Modified description of nsaccountlock attributeJan Zeleny2011-01-181-1/+1
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-0/+2
* Don't use Class of Service for account activation, use attribute.Rob Crittenden2011-01-041-1/+1
* Don't allow a user's uid to be set to 0.Rob Crittenden2011-01-041-0/+1
* status labelAdam Young2010-12-231-1/+1
* Update built-in help for user (ipa help user) with info about username format.Pavel Zuna2010-12-221-0/+6
* In meta data make ACI attributes lower-case, sorted. Add possible attributes.Rob Crittenden2010-12-211-0/+1
* Fix reporting of errors when validating parameters.Pavel Zuna2010-12-211-1/+7
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Remove principal as an option when updating an existing user.Rob Crittenden2010-12-171-0/+1
* Check for existence of the group when adding a user.Rob Crittenden2010-12-131-0/+12
* Provide list of available attributes for use in ACI UI.Rob Crittenden2010-12-031-0/+1
* Added some fields to user objectJan Zeleny2010-12-031-2/+46
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-1/+1
* whoami fixAdam Young2010-11-241-2/+3
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-2/+2
* Multivalued email addressEndi S. Dewata2010-11-201-1/+1