From e044b968e90fa383d11606bad192d75bae72d5c4 Mon Sep 17 00:00:00 2001 From: opensides Date: Mon, 16 Jul 2007 16:55:11 +0000 Subject: [PATCH] adding the schema for the ssh-lpk ldap patch git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6882 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/openssh-lpk_openldap.schema | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/openldap/openssh-lpk_openldap.schema diff --git a/contrib/openldap/openssh-lpk_openldap.schema b/contrib/openldap/openssh-lpk_openldap.schema new file mode 100644 index 000000000..5f5512a55 --- /dev/null +++ b/contrib/openldap/openssh-lpk_openldap.schema @@ -0,0 +1,19 @@ +# +# LDAP Public Key Patch schema for use with openssh-ldappubkey +# Author: Eric AUGE +# +# 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 ) + ) -- 2.30.2