summaryrefslogtreecommitdiffstats
path: root/install/updates/10-ssh.update
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-04-26 15:32:10 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-11-18 16:54:21 +0100
commitd9a1c09e7c70af697676449dab6737da0a392f66 (patch)
tree8f1cc2a8fe60f9e9e89c6512cca3d2e5134bc841 /install/updates/10-ssh.update
parentb25f807fbfe0a4279a459c510f4efe9ad8a8a755 (diff)
downloadfreeipa.git-d9a1c09e7c70af697676449dab6737da0a392f66.tar.gz
freeipa.git-d9a1c09e7c70af697676449dab6737da0a392f66.tar.xz
freeipa.git-d9a1c09e7c70af697676449dab6737da0a392f66.zip
Remove schema modifications from update files
As schema is now handled by the schema updater, these entries are superfluous. https://fedorahosted.org/freeipa/ticket/3454
Diffstat (limited to 'install/updates/10-ssh.update')
-rw-r--r--install/updates/10-ssh.update21
1 files changed, 0 insertions, 21 deletions
diff --git a/install/updates/10-ssh.update b/install/updates/10-ssh.update
deleted file mode 100644
index 8e52d59f..00000000
--- a/install/updates/10-ssh.update
+++ /dev/null
@@ -1,21 +0,0 @@
-# Add the SSH schema
-dn: cn=schema
-add:attributeTypes:
- ( 2.16.840.1.113730.3.8.11.31 NAME 'ipaSshPubKey'
- DESC 'SSH public key'
- EQUALITY octetStringMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
- X-ORIGIN 'IPA v3' )
-add:objectClasses:
- ( 2.16.840.1.113730.3.8.12.11 NAME 'ipaSshGroupOfPubKeys'
- ABSTRACT
- MAY ipaSshPubKey
- X-ORIGIN 'IPA v3' )
-add:objectClasses:
- ( 2.16.840.1.113730.3.8.12.12 NAME 'ipaSshUser'
- SUP ipaSshGroupOfPubKeys AUXILIARY
- X-ORIGIN 'IPA v3' )
-add:objectClasses:
- ( 2.16.840.1.113730.3.8.12.13 NAME 'ipaSshHost'
- SUP ipaSshGroupOfPubKeys AUXILIARY
- X-ORIGIN 'IPA v3' )