Chris Adams wrote:
Last time I checked you could enable GSS suport in the RH OpenSSH rpms by simply adding the string "gss" to the release field:* sshit should just be changing a compile option to OpenSSH.
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