From: opensides Date: Tue, 17 Jul 2007 13:15:04 +0000 (+0000) Subject: adding the modified schema for ssh plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ce3c7a2914e8a357101e094b92495da7631d9ed2;p=gosa.git adding the modified schema for ssh plugin adding some docs om how to use it git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6893 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/openssh-lpk_openldap.schema b/contrib/openldap/openssh-lpk_openldap.schema index 5f5512a55..59bb2b2d1 100644 --- a/contrib/openldap/openssh-lpk_openldap.schema +++ b/contrib/openldap/openssh-lpk_openldap.schema @@ -17,3 +17,10 @@ objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIA DESC 'MANDATORY: OpenSSH LPK objectclass' MUST ( sshPublicKey $ uid ) ) + +# printableString SYNTAX yes|no +objectclass ( 1.3.6.1.4.1.24552.500.1.1.3.0 NAME 'HostldapPublicKey' SUP top AUXILIARY + DESC 'MANDATORY: OpenSSH LPK objectclass' + MUST ( sshPublicKey $ cn ) + ) + diff --git a/doc/README.ssh b/doc/README.ssh new file mode 100644 index 000000000..1bf6703c6 --- /dev/null +++ b/doc/README.ssh @@ -0,0 +1,26 @@ +To use the ssh connectivity extension + +1) Add the openssh-lpk_openldap.schema from contrib/openldap/ to your schema + directory + +2) Add the following entry in connectivity for ssh keys management of users + + + +3) Add the following entry in termtabs for ssh keys management of terminal + + + +4) Add the following entry in servtabs for ssh keys management of servers + + + +5) if you want your ssh server to directly fetch key from the ldap, you need + a patched ssh with http://dev.inversepath.com/trac/openssh-lpk + + +Mortier Benoit +OpenSides July 2007 + + +