Displaying 3 results from an estimated 3 matches for "httpauth".
2006 Mar 24
2
Basic Auth in WEBrick
...s application in development using WEBrick on
a custom port. Just one account would be fine.
I have done an extensive Google hunt for an example, but I all find
are code chunks for starting WEBrick such as:
realm = "Gnome realm"
start_webrick {|server|
htpasswd = HTTPAuth::Htpasswd.new(/tmp/gnome.htpasswd)
authenticator = HTTPAuth::BasicAuth.new(
:UserDb => htpasswd
:Realm => realm
)
server.mount_proc(/htpasswd_auth) {|req resp|
authenticator.authenticate(req resp)
resp.body = "You are authen...
2011 Jun 06
1
RCurl and kerberos
...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 was done in R 2.12.1 on Ubuntu 10.04.1 LTS / Lucid.
Thanks in advance,
Thomas.
2006 Nov 13
0
apache, apache's mod-auth-pam, and pam_winbind : no nested groups
this problem might be more to do with apache than winbind, but I'll
start here anyway...
Problem: can't get apache httpauth to work with nested groups, though
ssh auth (also using pam) to same box does
Config:
--------------------------------------------------------
software: apache 2.0.55, libapache2-mod-auth-pam 1.1.1, and winbind 3.0.22
pertinent apache config:
AuthPAM_Enabled on
AuthPAM_Fa...