From: Jan Rękorajski Date: Tue, 26 May 2009 15:47:21 +0000 (+0000) Subject: - OpenSSH LDAP Public Key schema X-Git-Tag: auto/th/openssh-5_2p1-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fopenssh.git;a=commitdiff_plain;h=1b6b8881846a09cf5b1a91fbc56cbf4e33ff7a04 - OpenSSH LDAP Public Key schema Changed files: openssh-lpk.schema -> 1.1 --- diff --git a/openssh-lpk.schema b/openssh-lpk.schema new file mode 100644 index 0000000..4691fa0 --- /dev/null +++ b/openssh-lpk.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' + MAY ( sshPublicKey $ uid ) + )