packages: openssh/openssh-lpk.schema (NEW) - OpenSSH LDAP Public Key schema
baggins
baggins at pld-linux.org
Tue May 26 17:47:26 CEST 2009
Author: baggins Date: Tue May 26 15:47:26 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- OpenSSH LDAP Public Key schema
---- Files affected:
packages/openssh:
openssh-lpk.schema (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/openssh/openssh-lpk.schema
diff -u /dev/null packages/openssh/openssh-lpk.schema:1.1
--- /dev/null Tue May 26 17:47:26 2009
+++ packages/openssh/openssh-lpk.schema Tue May 26 17:47:21 2009
@@ -0,0 +1,19 @@
+#
+# LDAP Public Key Patch schema for use with openssh-ldappubkey
+# Author: Eric AUGE <eau at phear.org>
+#
+# Based on the proposal of : Mark Ruijter
+#
+
+
+# octetString SYNTAX
+attributetype ( 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 )
+
+# printableString SYNTAX yes|no
+objectclass ( 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 )
+ )
================================================================
More information about the pld-cvs-commit
mailing list