summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/config.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-358/+0
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-2/+2
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+0
* Limit max username length to 255 in config-modMartin Basti2016-04-151-0/+1
* Allow admins to disable preauth for SPNs.Simo Sorce2016-03-081-1/+2
* Remove wildcard importsMartin Basti2015-12-231-1/+6
* Remove unused importsMartin Basti2015-12-231-1/+0
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-221-8/+13
* config: allow user/host attributes with tagging optionsJan Cholasta2015-09-161-0/+2
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-2/+2
* Expose the disabled User Auth TypeNathaniel McCallum2015-02-121-1/+1
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-3/+6
* Add managed read permission to configPetr Viktorin2014-04-151-0/+22
* 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