summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-06-09 14:06:58 -0400
committerRob Crittenden <rcritten@redhat.com>2011-06-13 22:59:27 -0400
commitbee4e6a85a46a93eefcdda04c77fe11c30fab29e (patch)
treef61b5f2ada644e635b3dac1390aff7c44b9370e7 /VERSION
parentc15b47d5b52dc1a48ea82881335d616e7b1e285e (diff)
downloadfreeipa-bee4e6a85a46a93eefcdda04c77fe11c30fab29e.tar.gz
freeipa-bee4e6a85a46a93eefcdda04c77fe11c30fab29e.tar.xz
freeipa-bee4e6a85a46a93eefcdda04c77fe11c30fab29e.zip
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
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
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