github.com/tommi2day/gomodules@v1.13.2-0.20240423190010-b7d55d252a27/test/docker/oracle-ldap/schema/openssl-lpk.schema (about) 1 # 2 # LDAP Public Key Patch schema for use with openssh-ldappubkey 3 # useful with PKA-LDAP also 4 # 5 # Adjusted: Dennis Leeuw <dleeuw@made-it.com> 6 # Making the uid a MUST, but the sshPublicKey a MAY 7 # so we can add the objectClass and later add the key 8 # 9 # Author: Eric AUGE <eau@phear.org> 10 # 11 # Based on the proposal of : Mark Ruijter 12 # 13 14 15 # octetString SYNTAX 16 attributetype ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey' 17 DESC 'MANDATORY: OpenSSH Public key' 18 EQUALITY octetStringMatch 19 SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) 20 21 # printableString SYNTAX yes|no 22 objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY 23 DESC 'MANDATORY: OpenSSH LPK objectclass' 24 MUST uid 25 MAY sshPublicKey 26 )