From 58baa82ff874ac37ce31abe478469002430a1382 Mon Sep 17 00:00:00 2001 From: Ben Chavet Date: Mon, 4 Feb 2013 15:23:30 -0600 Subject: [PATCH] Adaptation of the openssh-lpk schema file to LDIF format --- openssh-lpk.ldif | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openssh-lpk.ldif diff --git a/openssh-lpk.ldif b/openssh-lpk.ldif new file mode 100644 index 0000000..8efcb67 --- /dev/null +++ b/openssh-lpk.ldif @@ -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 ) + )