"Jeroen Baten" <[EMAIL PROTECTED]> writes:

> Just compiled the nightly tar of today and it basically works ok.
> BUT :-) I would like to access a kerberos secured internal server over ssl
> using basic authentication. I only get the message that the server was
> unable to verify that I am authorised. How can I supply my credentials?

I'm not too familiar with Kerberos....  Does it really work with
HTTP Basic authentication?  I grepped for krb and kerberos in the
source tree, and there's GSSAPI_LIBS=`krb5-config --libs gssapi`
in configure.in.  Wikipedia says GSSAPI is typically used with
Kerberos.  elinks-0.12pre1/src/protocol/http/http_negotiate.c 
uses GSSAPI but it is for Negotiate authentication, not Basic.
I don't see any prompting for credentials there, so I guess
GSSAPI is supposed to get them automatically from your home
directory (kinit?) or something like that.  Comments in the
source code indicate it is not compatible with some servers
by default and you may have to change it.
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to