source: trunk/third/openssh/invirtify-openssh @ 2374

Last change on this file since 2374 was 2301, checked in by broder, 15 years ago

First attempt at invirtifying ssh.

This patch will set SSH_GSSAPI_NAME if GSSAPI was ever used in the
login process (including for gss-keyex). It could be the first step
towards being able to use Kerberos authentication for git commits.

  • Property svn:executable set to *
File size: 450 bytes
Line 
1#!/bin/sh
2set -e
3
4name=openssh
5ivversionappend=invirt1
6
7dir=$(cd "$(dirname "$0")"; pwd)
8
9hack_package () {
10    patch -p1 < "$dir/gssapi-name-in-env.patch"
11    append_description <<EOF
12 .
13 This package was rebuilt for the Invirt project to add support for
14 setting the SSH_GSSAPI_NAME variable on GSSAPI logins.
15EOF
16    add_changelog 'Set SSH_GSSAPI_NAME on GSSAPI logins.'
17    add_invirt_provides
18    munge_sections
19}
20
21. ../common/invirtificator.sh
Note: See TracBrowser for help on using the repository browser.