Initial version of ldap::server class.
This commit is contained in:
parent
7f50af6fdc
commit
12e01b282c
10 changed files with 2296 additions and 0 deletions
19
ldap/files/openssh-lpk.schema
Normal file
19
ldap/files/openssh-lpk.schema
Normal file
|
@ -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.22054.1.1.1.13 NAME 'sshPublicKey'
|
||||
DESC 'MANDATORY: OpenSSH Public key'
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
|
||||
|
||||
# printableString SYNTAX yes|no
|
||||
objectclass ( 1.3.6.1.4.1.22054.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
|
||||
DESC 'MANDATORY: OpenSSH LPK objectclass'
|
||||
MUST ( uid )
|
||||
MAY ( sshPublicKey )
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue