From deec97abaec933709718464c4aa233a04de1844a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Wed, 2 Nov 2016 14:58:37 +0100 Subject: Build: cleanup unused LDIFs from install/share Unused LDIF files were packaged in old tarballs but unused for a long time. Remove them - git log can be used for archaeology if needed. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti Reviewed-By: Christian Heimes --- install/share/Makefile.am | 1 - install/share/anonymous-vlv.ldif | 9 --------- install/share/encrypted_attribute.ldif | 6 ------ install/share/key_escrow_schema.ldif | 18 ------------------ 4 files changed, 34 deletions(-) delete mode 100644 install/share/anonymous-vlv.ldif delete mode 100644 install/share/encrypted_attribute.ldif delete mode 100644 install/share/key_escrow_schema.ldif (limited to 'install/share') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 32cf36413..65407bd2a 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -26,7 +26,6 @@ app_DATA = \ 70topology.ldif \ 71idviews.ldif \ 72domainlevels.ldif \ - anonymous-vlv.ldif \ bootstrap-template.ldif \ ca-topology.uldif \ caJarSigningCert.cfg.template \ diff --git a/install/share/anonymous-vlv.ldif b/install/share/anonymous-vlv.ldif deleted file mode 100644 index c58b74bea..000000000 --- a/install/share/anonymous-vlv.ldif +++ /dev/null @@ -1,9 +0,0 @@ -# Needed to enable automount browsing on Solaris -dn: oid=2.16.840.1.113730.3.4.9,cn=features,cn=config -changetype: modify -add: aci -aci: (targetattr !="aci")\ - (version 3.0; acl "VLV Request Control"; allow (compare,read,search) \ - userdn = "ldap:///anyone"; ) - - diff --git a/install/share/encrypted_attribute.ldif b/install/share/encrypted_attribute.ldif deleted file mode 100644 index 3f5e1b43d..000000000 --- a/install/share/encrypted_attribute.ldif +++ /dev/null @@ -1,6 +0,0 @@ -dn: cn=$ENCRYPTED_ATTRIBUTE, cn=encrypted attributes, cn=userRoot, cn=ldbm database, cn=plugins, cn=config -changetype: add -objectClass: top -objectClass: nsAttributeEncryption -cn: $ENCRYPTED_ATTRIBUTE -nsEncryptionAlgorithm: AES diff --git a/install/share/key_escrow_schema.ldif b/install/share/key_escrow_schema.ldif deleted file mode 100644 index d60f82037..000000000 --- a/install/share/key_escrow_schema.ldif +++ /dev/null @@ -1,18 +0,0 @@ -# Key escrow schema. Currently unused - -# Main schema: -attributeTypes: (2.16.840.1.113730.3.8.A.X NAME 'ipaVolumeEscrowPacket' DESC 'An encrypted packet containing a secret used for encrypting the volume' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE ) -attributeTypes: (2.16.840.1.113730.3.8.A.X NAME 'ipaVolumeHost' DESC 'Link to the host that contains this volume' SUP memberHost SYNTAX 1.3.6.1.4.1.1466.115.121.1.12) -attributeTypes: (2.16.840.1.113730.3.8.A.X NAME 'ipaVolumeKeySecretType' DESC 'Type of the secret defined in this packet' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) -attributeTypes: (2.16.840.1.113730.3.8.A.X NAME 'ipaVolumeInfo' DESC 'Information about a volume: NAME:VALUE' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40) -attributeTypes: (2.16.840.1.113730.3.8.A.X NAME 'ipaVolumeKeyObsoletionTimestamp' DESC 'Time when a key was marked as obsolete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE) -objectClasses: (2.16.840.1.113730.3.8.O.Y NAME 'ipaVolumeKey' SUP top STRUCTURAL MUST ( ipaUniqueID $ ipaVolumeHost $ ipaVolumeEscrowPacket ) MAY ( ipaVolumeKeySecretType $ ipaVolumeInfo $ ipaVolumeKeyObsoletionTimestamp )) - - -# Config schema: -attributeTypes: ( 2.16.840.1.113730.3.8.3.50 NAME 'ipaObsoleteEscrowPacketLifetime' DESC 'Number of days before an obsolete escrow packet is deleted (if a newer packet for the same volume is available)' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE) -attributeTypes: ( 2.16.840.1.113730.3.8.3.51 NAME 'ipaEscrowKeyCertificate' DESC 'Certificate for encrypting escrow packets' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE) -attributeTypes: ( 2.16.840.1.113730.3.8.3.52 NAME 'ipaEscrowKey' DESC 'PKCS#12-formatted encrypted certificate and private key for encrypting escrow packets' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5) - -# Attributes removed from config object -#$ ipaObsoleteEscrowPacketLifetime $ ipaEscrowKeyCertificate $ ipaEscrowKey -- cgit