# openssh-lpk # http://dev.inversepath.com/trac/openssh-lpk # Please note that the OID we use is different, for historical reasons. # The upstream schema can be found here: # http://dev.inversepath.com/openssh-lpk/openssh-lpk_openldap.schema attributetype ( 1.3.6.1.4.1.22054.1.1.1.13 NAME 'sshPublicKey' DESC 'OpenSSH Public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) objectclass ( 1.3.6.1.4.1.22054.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY DESC 'MANDATORY: OpenSSH LPK objectclass' MUST ( uid ) MAY ( sshPublicKey ) )