search for: gssnegotiate

Displaying 1 result from an estimated 1 matches for "gssnegotiate".

2011 Jun 06
1
RCurl and kerberos
...the correct options to set. listCurlOptions() does not return anything with negotiate, and searching the source of RCurl, the only thing I found was ./RCurl/R/curlInfo.S:names(CurlFeatureBits) = c("ipv6", "kerberos4", "ssl", "libz", "ntlm", "gssnegotiate", but e.g. getURL("http://my.web.service",.opts=curlOptions(username=":",httpauth="gssnegotiate")) does not work. Does anybody know if RCurl or another package is able to negotiate the GSS api or otherwise access a Kerberos enabled webservice and how? Testing...