summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* trust: fix get_dn() to distinguish creating and re-adding trustsAlexander Bokovoy2013-12-111-2/+2
* subdomains: Use AD admin credentials when trust is being establishedAlexander Bokovoy2013-11-291-3/+10
* trusts: Do not pass base-id to the subdomain rangesTomas Babej2013-11-221-0/+5
* Remove AllowLMhash from the allowed IPA config stringsSumit Bose2013-11-011-1/+1
* Remove ipa-pwd-extop and ipa-enrollment duplicate error stringsMartin Kosek2013-10-301-5/+5
* 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
* 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
* 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
* 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
* Remove redundant check for env.interactiveTomas Babej2013-06-051-1/+0