]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-lpk.schema
- fix ssh-ldap-helper path
[packages/openssh.git] / openssh-lpk.schema
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
10 attributetype ( 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
16 objectclass ( 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.024883 seconds and 3 git commands to generate.