[MacPorts] #40707: serf1: enable GSSAPI/Kerberos
MacPorts
noreply at macports.org
Thu Sep 10 10:47:08 PDT 2015
#40707: serf1: enable GSSAPI/Kerberos
--------------------------+---------------------
Reporter: dogcow@… | Owner: blair@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: serf1 |
--------------------------+---------------------
Comment (by thomas.downes@…):
It is not empirically true that cyrus-sasl2 provides the necessary client
library to login to my KRB protected website. I tried a Portfile which
depends on port:kerberos5 and set GSSAPI=${prefix}. Compiled successfully
but would hang at authentication. /usr/bin/svn was OK, so I tried having
it look for the system-wide kerberos installation.
This may be because I am working on a laptop that is integrated into a
campus Active Directory server that uses kerberos in some way. I wouldn't
be surprised if system-wide Kerberos libraries are loaded pretty early on
in boot.
You might also consider updating to 1.3.8 and http://serf.apache.org/ as
the URI. Google code is read-only.
--- Portfile.bak 2015-09-10 12:14:35.000000000 -0500
+++ Portfile 2015-09-10 12:39:59.000000000 -0500
@@ -49,6 +49,7 @@
build.target APR=${prefix} \
APU=${prefix} \
OPENSSL=${prefix} \
+ GSSAPI=/usr \
PREFIX=${prefix}
destroot.cmd ${build.cmd}
--
Ticket URL: <https://trac.macports.org/ticket/40707#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list