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
This commit is contained in:
Rob Crittenden
2011-06-09 14:06:58 -04:00
parent c15b47d5b5
commit bee4e6a85a
3 changed files with 79 additions and 24 deletions

View File

@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=3
IPA_API_VERSION_MINOR=4