Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Adaptation of the openssh-lpk schema file to LDIF format
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavet committed Feb 4, 2013
1 parent df6d131 commit 58baa82
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openssh-lpk.ldif
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dn: cn=openssh-lpk,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: openssh-lpk
olcAttributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13 NAME 'sshPublicKey'
DESC 'MANDATORY: OpenSSH Public key'
EQUALITY octetStringMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
olcObjectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
DESC 'MANDATORY: OpenSSH LPK objectclass'
MAY ( sshPublicKey $ uid )
)

0 comments on commit 58baa82

Please sign in to comment.