View Single Post
slvr32's Avatar
Posts: 168 | Thanked: 104 times | Joined on Feb 2008 @ California, USA
#2
Hmm, guess I'll reply to my own thread

So, I verified that my openssh w/kerberos support is now working with kinit -f and a couple of minor tweaks to /etc/ssh/ssh_config and /etc/krb5.conf.

And now I'm trying to get the microb browser working, but I'm not sure what I can do to get some verbose/debug output...

I noticed that the general.useragent.vendor string gets reset when I open/close the browser, and that's a bit annoying, but I'm guessing something else is wrong

network.negotiate-auth.using-native-gsslib true
network.negotiate-auth.gsslib string
network.negotiate-auth.trusted-uris https://somewhere.com
network.negotiate-auth.delegation-uris https://somewhere.com

I've tried toggling the native-gsslib setting to false, and specifying a path for network.negotiate-auth.gsslib string to /usr/lib/libgssapi_krb5.so.2.2 (with the krb5 clients/libraries installed), but that doesn't seem to do the trick either.

Is there a way to get verbose/debug info out of the microb browser, so that I can get a bigger hint as to what might else might be going wrong? On a related note, what's the trick to getting the microb-browser installed in the (latest) SDK? apt-get install microb-browser doesn't seem to be good enough

If any of the admins would like to relocate this thread to the Developers section, I wouldn't object, and maybe it's more likely to get (some) feedback there.