summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f2527a)
raw | patch | inline | side by side (parent: 6f2527a)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jan 2008 13:55:04 +0000 (13:55 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jan 2008 13:55:04 +0000 (13:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8292 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/openldap/openssh-lpk_openldap.schema | [deleted file] | patch | blob | history |
diff --git a/contrib/openldap/openssh-lpk_openldap.schema b/contrib/openldap/openssh-lpk_openldap.schema
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# LDAP Public Key Patch schema for use with openssh-ldappubkey
-# Author: Eric AUGE <eau@phear.org>
-#
-# Based on the proposal of : Mark Ruijter
-#
-
-
-# octetString SYNTAX
-attributetype ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey'
- DESC 'MANDATORY: OpenSSH Public key'
- EQUALITY octetStringMatch
- SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
-
-# printableString SYNTAX yes|no
-objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
- DESC 'MANDATORY: OpenSSH LPK objectclass'
- MUST ( sshPublicKey $ uid )
- )
-
-# printableString SYNTAX yes|no
-objectclass ( 1.3.6.1.4.1.24552.500.1.1.3.0 NAME 'HostldapPublicKey' SUP top AUXILIARY
- DESC 'MANDATORY: OpenSSH LPK objectclass'
- MUST ( sshPublicKey $ cn )
- )
-