summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/config.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-3/+3
* Add OTP support to ipalib CLINathaniel McCallum2013-12-181-1/+1
* Add RADIUS proxy support to ipalib CLINathaniel McCallum2013-12-031-1/+1
* Add support for managing user auth typesNathaniel McCallum2013-11-081-0/+8
* Remove AllowLMhash from the allowed IPA config stringsSumit Bose2013-11-011-1/+1
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-111-1/+1
* Allow 'nfs:NONE' in global configurationSumit Bose2013-03-081-1/+1
* Use full DNs in plugin code.Jan Cholasta2013-03-011-1/+1
* Only use service PAC type as an overrideMartin Kosek2012-10-031-2/+2
* Validate SELinux users in config-modMartin Kosek2012-09-271-17/+32
* Set SELinux default context to unconfined_u:s0-s0:c0.c1023Rob Crittenden2012-09-131-3/+6
* Use DN objects instead of stringsJohn Dennis2012-08-121-3/+4
* Add per-service option to store the types of PAC it supportsRob Crittenden2012-08-011-1/+8
* Fix validator for SELinux user map settings in config plugin.Rob Crittenden2012-07-261-15/+20
* Add support for disabling KDC writesSimo Sorce2012-06-061-1/+2
* Don't fail when adding default objectclasses using config-modPetr Viktorin2012-05-091-2/+2
* Mark most config options as requiredPetr Viktorin2012-03-121-15/+15
* Don't consider virtual attributes when validating custom objectclassesRob Crittenden2012-02-271-0/+5
* Clean up i18n stringsPetr Viktorin2012-02-101-2/+2
* Make ipaconfigstring modifiable by users.Rob Crittenden2012-02-091-4/+6
* Add SELinux user mapping framework.Rob Crittenden2011-12-091-1/+40
* Fix config migration optionMartin Kosek2011-11-301-5/+0
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-2/+4
* Polish ipa config helpMartin Kosek2011-11-101-47/+40
* Don't allow default objectclass list to be empty.Rob Crittenden2011-11-091-0/+3
* Fix i18n in config pluginMartin Kosek2011-10-111-2/+2
* Improve default user/group object class validationMartin Kosek2011-10-111-0/+23
* Fix typosYuri Chornoivan2011-09-071-2/+2
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-15/+12
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-1/+1
* password expiration labelAdam Young2011-07-051-1/+1
* Add pwd expiration notif (ipapwdexpadvnotify) to config plugin def attr listRob Crittenden2011-07-051-0/+1
* config widgets entity select default group checkbox for migrationAdam Young2011-06-301-1/+1
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-22/+22
* Update config doc to reflect that 0 is not allowed for search time limit.Pavel Zuna2011-02-101-2/+2
* Raise ValidationError when adding unallowed attribute to search fields.Pavel Zuna2011-01-261-0/+16
* python-ldap fails gloriously if the search time limit is 0. Don't allow it.Rob Crittenden2011-01-141-1/+7
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Set labels on all attributes in the config object.Rob Crittenden2010-12-101-1/+35
* Fix default attributes in config plugin (ipadefaultemaildomain).Pavel Zuna2010-12-071-1/+1
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-4/+4
* Check if the group existsJan Zeleny2010-12-061-0/+6
* Document that the default group has to existJan Zeleny2010-12-061-1/+2
* I18N for webAdam Young2010-09-271-0/+2
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-7/+7
* First pass at per-command documentationRob Crittenden2010-06-221-2/+33
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-13/+0