xref: /netbsd-src/crypto/external/bsd/openssh/dist/openssh-lpk_openldap.schema (revision aef795aa7127a45472cb6e8f44e4c3f9be95ea2b)
1#
2# LDAP Public Key Patch schema for use with openssh-ldappubkey
3# Author: Eric AUGE <eau@phear.org>
4#
5# Based on the proposal of : Mark Ruijter
6#
7
8
9# octetString SYNTAX
10attributetype ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey'
11	DESC 'MANDATORY: OpenSSH Public key'
12	EQUALITY octetStringMatch
13	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
14
15# printableString SYNTAX yes|no
16objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
17	DESC 'MANDATORY: OpenSSH LPK objectclass'
18	MUST ( sshPublicKey $ uid )
19	)
20