summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-10-21 10:57:08 -0400
committerJan Cholasta <jcholast@redhat.com>2015-05-25 06:17:09 +0000
commitfde21adcbd62b9a300740d9ba237ca9e89a905e4 (patch)
treea96d5a5a9101d2eae16bab8c8fcc7188ee045f92 /install/share
parent5f04da35dfd324686cce33c552839231cc5eba43 (diff)
downloadfreeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.gz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.tar.xz
freeipa-fde21adcbd62b9a300740d9ba237ca9e89a905e4.zip
Added vault plugin.
A new plugin has been added to manage vaults. Test scripts have also been added to verify the functionality. https://fedorahosted.org/freeipa/ticket/3872 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/share')
-rw-r--r--install/share/60basev3.ldif1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/60basev3.ldif b/install/share/60basev3.ldif
index eb1c1298b..33f4804e3 100644
--- a/install/share/60basev3.ldif
+++ b/install/share/60basev3.ldif
@@ -79,3 +79,4 @@ objectClasses: (2.16.840.1.113730.3.8.12.24 NAME 'ipaPublicKeyObject' DESC 'Wrap
objectClasses: (2.16.840.1.113730.3.8.12.25 NAME 'ipaPrivateKeyObject' DESC 'Wrapped private keys' SUP top AUXILIARY MUST ( ipaPrivateKey $ ipaWrappingKey $ ipaWrappingMech ) X-ORIGIN 'IPA v4.1' )
objectClasses: (2.16.840.1.113730.3.8.12.26 NAME 'ipaSecretKeyObject' DESC 'Wrapped secret keys' SUP top AUXILIARY MUST ( ipaSecretKey $ ipaWrappingKey $ ipaWrappingMech ) X-ORIGIN 'IPA v4.1' )
objectClasses: (2.16.840.1.113730.3.8.12.34 NAME 'ipaSecretKeyRefObject' DESC 'Indirect storage for encoded key material' SUP top AUXILIARY MUST ( ipaSecretKeyRef ) X-ORIGIN 'IPA v4.1' )
+objectClasses: (2.16.840.1.113730.3.8.18.1.1 NAME 'ipaVault' DESC 'IPA vault' SUP top STRUCTURAL MUST ( cn ) MAY ( description ) X-ORIGIN 'IPA v4.2' )