|
Last change
on this file since 2698 was
2301,
checked in by broder, 17 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
|
| Rev | Line | |
|---|
| [2301] | 1 | #!/bin/sh |
|---|
| 2 | set -e |
|---|
| 3 | |
|---|
| 4 | name=openssh |
|---|
| 5 | ivversionappend=invirt1 |
|---|
| 6 | |
|---|
| 7 | dir=$(cd "$(dirname "$0")"; pwd) |
|---|
| 8 | |
|---|
| 9 | hack_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. |
|---|
| 15 | EOF |
|---|
| 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.