]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-lpk.schema
- rebuild with openssl-1.0.1k
[packages/openssh.git] / openssh-lpk.schema
CommitLineData
1b6b8881
JR
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 MAY ( sshPublicKey $ uid )
19 )
This page took 0.042841 seconds and 4 git commands to generate.