From f29558e0b4924e83ffd24e2fe20222bc118ba630 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 11 Apr 2011 13:43:26 +0000 Subject: [PATCH] Added schema file git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/ssh/contrib/openssh-lpk.ldif | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gosa-plugins/ssh/contrib/openssh-lpk.ldif diff --git a/gosa-plugins/ssh/contrib/openssh-lpk.ldif b/gosa-plugins/ssh/contrib/openssh-lpk.ldif new file mode 100644 index 000000000..425dff9f0 --- /dev/null +++ b/gosa-plugins/ssh/contrib/openssh-lpk.ldif @@ -0,0 +1,30 @@ +# +################################################################################ +# +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' + DESC 'MANDATORY: OpenSSH LPK objectclass' + SUP top + AUXILIARY + MAY ( sshPublicKey $ uid ) + ) +# +################################################################################ +# -- 2.30.2