summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-092-25/+43
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-35/+18
* Add optional_create flagNathaniel McCallum2013-10-082-5/+12
* Don't special case the Password class in Param.__init__()Nathaniel McCallum2013-10-081-11/+6
* Document no_search in Param flagsNathaniel McCallum2013-10-071-1/+3
* 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
* frontend: report arguments errors with better detailAlexander Bokovoy2013-10-041-1/+2
* 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-022-24/+21
* Don't exclude symlinks when loading pluginsNick Hatch2013-09-161-1/+1
* 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-142-3/+32
* 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
* Enable running API commands in ipa-advise pluginsAna Krivokapic2013-08-071-2/+2
* Add a word wrapping for comment log messages to AdviceLoggerTomas Babej2013-08-061-2/+7
* 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
* Provide ipa-advise toolTomas Babej2013-07-173-2/+52
* 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
* Skip cert issuer validation in service and host commands in CA-less install.Jan Cholasta2013-07-091-0/+3
* Remove entitlement supportMartin Kosek2013-06-263-772/+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
* Prevent error when running IPA commands with su/sudoAna Krivokapic2013-06-071-5/+5
* Remove redundant u'' characterMartin Kosek2013-06-062-2/+2
* Incorporate interactive prompts in idrange-addTomas Babej2013-06-051-3/+38
* Add prompt_param method to avoid code duplicationTomas Babej2013-06-053-42/+55