summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix error message when adding duplicate automember ruleAna Krivokapic2013-11-152-4/+5
* Add automember rebuild commandAna Krivokapic2013-11-151-10/+133
* Add support for managing user auth typesNathaniel McCallum2013-11-082-5/+22
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-052-6/+6
* Remove AllowLMhash from the allowed IPA config stringsSumit Bose2013-11-011-1/+1
* Always use lists for values in LDAPEntry internally.Jan Cholasta2013-10-311-0/+2
* Remove ipa-pwd-extop and ipa-enrollment duplicate error stringsMartin Kosek2013-10-301-5/+5
* Use new ipaldap entry API in aci and permission pluginPetr Viktorin2013-10-302-23/+27
* Update Permission and ACI plugins to decorator registration APIPetr Viktorin2013-10-302-30/+24
* trusts: Fix typo in error message for realm-domain mismatchTomas Babej2013-10-251-2/+2
* trusts: combine filters with AND to make sure only the intended domain matchesJakub Hrozek2013-10-241-1/+2
* Get the created range type in case of re-establishing trustTomas Babej2013-10-211-0/+2
* trusts: Do not create ranges for subdomains in case of POSIX trustTomas Babej2013-10-141-11/+39
* ipa-kdb: Handle parent-child relationship for subdomainsAlexander Bokovoy2013-10-041-0/+6
* trust: integrate subdomains support into trust-addAlexander Bokovoy2013-10-041-3/+20
* ipaserver/dcerpc: remove use of trust account authenticationAlexander Bokovoy2013-10-041-1/+0
* trusts: support subdomains in a forestAlexander Bokovoy2013-10-041-51/+278
* Do not add trust to AD in case of IPA realm-domain mismatchTomas Babej2013-10-031-0/+13
* Use correct super-calls in get_args() methodsPetr Viktorin2013-10-021-22/+8
* Fix service-disable in CA-less install.Jan Cholasta2013-08-291-20/+21
* Fix tests which fail after ipa-adtrust-installAna Krivokapic2013-08-281-0/+44
* Fix incorrect error message occurence when re-adding the trustTomas Babej2013-08-271-1/+1
* Add base-id, range-size and range-type options to trust-add dialogPetr Vobornik2013-08-221-0/+1
* Allow API plugin registration via a decoratorPetr Viktorin2013-08-141-3/+5
* Prevent *.pyo and *.pyc multilib problemsMartin Kosek2013-08-131-1/+1
* Remove support for IPA deployments with no persistent searchTomas Babej2013-08-091-6/+4
* Add new command compat-is-enabledAna Krivokapic2013-08-071-0/+44
* Improve help entry for ipa hostTomas Babej2013-08-061-5/+7
* Limit pwpolicy maxlife to 20000 daysTomas Babej2013-08-051-0/+1
* Expose ipaRangeType in Web UIAna Krivokapic2013-07-291-0/+3
* Refactor the interactive prompt logic in idrange_addTomas Babej2013-07-261-27/+34
* Use valid LDAP search base in migration pluginMartin Kosek2013-07-261-1/+2
* Remove word 'field' from GECOS param labelPetr Vobornik2013-07-231-1/+1
* ipaserver/dcerpc: attempt to resolve SIDs through SSSD firstAlexander Bokovoy2013-07-231-6/+3
* Use AD LDAP probing to create trusted domain ID rangeTomas Babej2013-07-231-12/+99
* Add new hidden command option to suppress processing of membership attributes.Jan Cholasta2013-07-231-18/+50
* Fix internal error in idrange-addAna Krivokapic2013-07-221-1/+1
* Add --range-type option that forces range type of the trusted domainTomas Babej2013-07-112-4/+40
* Use LDAP search instead of *group_show to check for a group objectclass.Jan Cholasta2013-07-113-37/+41
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-116-9/+15
* Remove entitlement supportMartin Kosek2013-06-262-771/+0
* Require rid-base and secondary-rid-base in idrange-add after ipa-adtrust-installAna Krivokapic2013-06-242-5/+62
* Fail when adding a trust with a different rangeAna Krivokapic2013-06-241-69/+148
* Return ipaRangeType as a list in idrange commandsTomas Babej2013-06-191-1/+1
* PEP8 fixes in idrange.pyTomas Babej2013-06-101-8/+17
* Extend idrange commands to support new range origin typesTomas Babej2013-06-101-14/+54
* Remove redundant u'' characterMartin Kosek2013-06-061-1/+1
* Incorporate interactive prompts in idrange-addTomas Babej2013-06-051-3/+38
* Add prompt_param method to avoid code duplicationTomas Babej2013-06-051-23/+12
* Deprecate options --dom-sid and --dom-name in idrange-modAna Krivokapic2013-05-311-7/+10