resources/openssh-lpk_openldap.schema
changeset 4 2212b2ded8bf
equal deleted inserted replaced
3:a044870a9d3d 4:2212b2ded8bf
       
     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 	)