From e4437a3e7ffcb547a00a70614804dc35fefd630e Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 25 Jun 2013 14:25:44 +0200 Subject: 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 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index c713b18b7..8606d724e 100644 --- a/VERSION +++ b/VERSION @@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=60 +IPA_API_VERSION_MINOR=61 -- cgit