From bee4e6a85a46a93eefcdda04c77fe11c30fab29e Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 9 Jun 2011 14:06:58 -0400 Subject: Remove automountinformation as part of the DN for automount. To support multiple direct maps we added description to the DN of automount key entries. The downside of this is that to display a key you had to know the information as well, which was rather pointless if that is what you were trying to get. So now both modes are supported. It will first look for just a key in the description and fall back to including automountinformation if it needs to. Multiple direct maps are still supported and for those the info is always required. ticket 1229 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 762c7e53a..d85364484 100644 --- a/VERSION +++ b/VERSION @@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=3 +IPA_API_VERSION_MINOR=4 -- cgit