Code

Added schema file
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Apr 2011 13:43:26 +0000 (13:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Apr 2011 13:43:26 +0000 (13:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20690 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/ssh/contrib/openssh-lpk.ldif [new file with mode: 0644]

diff --git a/gosa-plugins/ssh/contrib/openssh-lpk.ldif b/gosa-plugins/ssh/contrib/openssh-lpk.ldif
new file mode 100644 (file)
index 0000000..425dff9
--- /dev/null
@@ -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 )
+  )
+#
+################################################################################
+#