Displaying 1 result from an estimated 1 matches for "09ea4acb".
2005 Apr 20
1
Have configure search $PATH for krb5-config
Hi All.
Right now, if OpenSSH is configure'ed --with-kerberos5 and the system
has a krb5-config that's not in /usr/local/bin then configure won't find it.
The attached patch changes this so krb5-config will be used if it's
anywhere in the path (although if it exists in the directory specified
by --with-kerberos5= then the user-supplied path will take precedence).
You will