summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/baseldap.py
Commit message (Expand)AuthorAgeFilesLines
* Change json serialization to serialize useful dataPetr Vobornik2012-06-071-3/+6
* Enforce sizelimit in permission-find, post_callback returns truncatedRob Crittenden2012-05-301-3/+3
* Provide a better error message when deleting nonexistent attributesPetr Viktorin2012-05-291-0/+10
* Disallow setattr on no_update/no_create paramsPetr Viktorin2012-05-291-10/+8
* Check for empty/single value parameters before calling callbacksPetr Viktorin2012-05-151-2/+3
* Validate externalhost (when added by --addattr/--setattr)Petr Viktorin2012-05-111-3/+14
* Redo boolean value encoding.Jan Cholasta2012-05-091-6/+0
* Do not crash on empty --setattr, --getattr, --addattrPetr Viktorin2012-05-071-8/+8
* Do not crash on empty reverse member optionsPetr Viktorin2012-05-071-2/+2
* Sort password policies properly with --pkey-onlyMartin Kosek2012-04-261-6/+5
* Refactor exc_callback invocation.Jan Cholasta2012-04-261-151/+80
* Fix empty external member processingOndrej Hamada2012-04-171-1/+1
* Convert --setattr values for attributes marked no_updatePetr Viktorin2012-04-091-1/+6
* Defer conversion and validation until after --{add,del,set}attr are handledPetr Viktorin2012-04-031-17/+35
* Netgroup nisdomain and hosts validationOndrej Hamada2012-03-281-1/+28
* Fix attributes that contain DNs when migrating.Rob Crittenden2012-03-221-1/+9
* Use a consistent parameter name in errors, defaulting to cli_name.Rob Crittenden2012-03-201-2/+3
* Don't allow hosts and services of IPA masters to be disabled.Rob Crittenden2012-03-191-1/+1
* Don't crash when searching with empty relationship optionsPetr Viktorin2012-03-131-22/+14
* Allow removing sudo commands with special characters from command groupsPetr Viktorin2012-03-121-2/+2
* Fix encoding for setattr/addattr/delattrMartin Kosek2012-03-011-0/+2
* Only apply validation rules when adding and updating.Rob Crittenden2012-02-291-10/+11
* Don't allow IPA master hosts or important services be deleted.Rob Crittenden2012-02-231-0/+14
* Base64-decode unicode values in Bytes parameters.Jan Cholasta2012-02-131-2/+6
* Clean up i18n stringsPetr Viktorin2012-02-101-8/+10
* Consolidate external member code into two functions in baseldap.pyRob Crittenden2012-02-081-0/+81
* Add argument help to CLIMartin Kosek2012-02-061-1/+3
* Add missing managing hosts filtering optionsMartin Kosek2012-01-261-23/+27
* Add missing --pkey-only option for selfservice and delegationMartin Kosek2012-01-161-5/+7
* Add labels so HBAC and Sudo rules show under hosts/hostgroups.Rob Crittenden2012-01-161-4/+16
* Sort password policy by priorityOndrej Hamada2011-12-011-3/+10
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-11/+13
* Add --delattr option to complement --setattr/--addattrMartin Kosek2011-11-291-61/+174
* Misleading Keytab fieldOndrej Hamada2011-11-101-3/+0
* Create pkey-only option for find commandsMartin Kosek2011-10-271-1/+11
* Fix LDAPCreate search failureMartin Kosek2011-09-301-1/+6
* Include failed service and service groups in hbac rule managementRob Crittenden2011-09-271-0/+3
* Add external source hosts to HBAC.Rob Crittenden2011-08-291-0/+3
* Add label for HBAC services to show as membersRob Crittenden2011-08-241-0/+3
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-0/+26
* Optionally wait for 389-ds postop plugins to completeRob Crittenden2011-07-191-0/+53
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-11/+11
* Enforce class rules when query=True, continue to not run validators.ticket-hbac-testRob Crittenden2011-07-111-1/+1
* Fixed object_name usage.Endi S. Dewata2011-07-051-1/+1
* Added singular entity labels.Endi S. Dewata2011-06-271-1/+2
* Use DN class in get_primary_key_from_dn to return decoded valueJohn Dennis2011-06-221-1/+4
* Do lazy LDAP schema retrieval in json handler.Rob Crittenden2011-06-211-0/+1
* Improve interactive mode for DNS pluginMartin Kosek2011-06-021-0/+42
* Do a lazy retrieval of the LDAP schema rather than at module load.Rob Crittenden2011-05-301-0/+2