]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- OpenSSH LDAP Public Key schema
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 26 May 2009 15:47:21 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-lpk.schema -> 1.1

openssh-lpk.schema [new file with mode: 0644]

diff --git a/openssh-lpk.schema b/openssh-lpk.schema
new file mode 100644 (file)
index 0000000..4691fa0
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# LDAP Public Key Patch schema for use with openssh-ldappubkey
+# Author: Eric AUGE <eau@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 ) 
+       )
This page took 0.032164 seconds and 4 git commands to generate.