Code

Added snmp-community to gosa setup
[gosa.git] / contrib / openldap / openssh-lpk_openldap.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 #
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 )
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         MUST ( sshPublicKey $ uid ) 
19         )
21 # printableString SYNTAX yes|no
22 objectclass ( 1.3.6.1.4.1.24552.500.1.1.3.0 NAME 'HostldapPublicKey' SUP top AUXILIARY
23         DESC 'MANDATORY: OpenSSH LPK objectclass'
24         MUST ( sshPublicKey $ cn ) 
25         )