1#
2# LDAP Public Key Patch schema for use with openssh-ldappubkey
3# Author: Eric AUGE <eau@phear.org>
4# 
5# Schema for Sun Directory Server.
6# Based on the original schema, modified by Stefan Fischer.
7#
8
9dn: cn=schema
10
11# octetString SYNTAX
12attributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey' 
13	DESC 'MANDATORY: OpenSSH Public key' 
14	EQUALITY octetStringMatch
15	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
16
17# printableString SYNTAX yes|no
18objectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
19	DESC 'MANDATORY: OpenSSH LPK objectclass'
20	MUST ( sshPublicKey $ uid ) 
21	)
22