[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: systematic Kerberization
- From: Carwyn Edwards <carwyn carwyn com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: systematic Kerberization
- Date: Tue, 11 May 2004 04:19:51 +0100
Chris Adams wrote:
* ssh
it should just be changing a compile option to OpenSSH.
Last time I checked you could enable GSS suport in the RH OpenSSH rpms
by simply adding the string "gss" to the release field:
From the specfile:
# Apply gss-specific patches only if the release tag includes "gss". (Not
# to be used for actual releases until it's in the mainline.)
if echo "%{release}" | grep -q gss; then
%patch11 -p1 -b .gssapi
autoreconf
fi
This worked for FC1 ones at least.
Carwyn
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]