Christian Wiese
16 years ago
4 changed files with 62 additions and 1 deletions
@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../openssh/config.hlp |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
MENU_PKG_OPENSSH |
||||
Here you will find config options for the openssh packages. |
||||
|
||||
SDECFG_PKG_OPENSSH_LPK |
||||
Enable OpenSSH LDAP Public Key support. |
||||
|
||||
The OpenSSH LDAP Public Key patch provides an easy way of centralizing |
||||
strong user authentication by using an LDAP server for retrieving public |
||||
keys instead of ~/.ssh/authorized_keys. |
||||
|
||||
Please note that this feature is not included in openssh source code and |
||||
requires a contributed patch from a third party. |
||||
|
||||
See http://code.google.com/p/openssh-lpk/ for more information. |
@ -0,0 +1,24 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../openssh/config.in |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if pkgcheck openssh X; then |
||||
menu_begin MENU_PKG_OPENSSH 'OpenSSH Package Options' |
||||
|
||||
# OpenSSH LPK Support |
||||
if pkgcheck openldap X; then |
||||
bool 'Include LDAP Public Key Support' \ |
||||
SDECFG_PKG_OPENSSH_LPK 0 |
||||
fi |
||||
menu_end |
||||
fi |
Loading…
Reference in new issue