Add --range-type option that forces range type of the trusted domain

Adds --range-type option to ipa trust-add command. It takes two
allowed values: 'ipa-ad-trust-posix' and 'ipa-ad-trust'.

When --range-type option is not specified, the range type should be
determined by ID range discovery.

https://fedorahosted.org/freeipa/ticket/3650
This commit is contained in:
Tomas Babej
2013-06-25 14:25:44 +02:00
committed by Alexander Bokovoy
parent fb166e8f5c
commit e4437a3e7f
4 changed files with 43 additions and 6 deletions

View File

@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=60
IPA_API_VERSION_MINOR=61