https://bugzilla.novell.com/show_bug.cgi?id=809859 https://bugzilla.novell.com/show_bug.cgi?id=809859#c6 --- Comment #6 from Karsten Kuenne <kuenne@rentec.com> 2013-09-01 18:37:34 UTC --- (In reply to comment #2)
(In reply to comment #0)
From the source code in httpauthentication.cpp, I guess that the lib was not complied with HAVE_LIBGSSAPI directive.
Which lib? kio_http is compiled against libgssapi_krb5 so
Is there anybody working on this?
(In reply to comment #1) Honestly - no. Such reports belong to bugs.kde.org. Sorry for slow/no responce though, somehow this mail got in my spam folder.
In openSUSE 12.2 it's apparently not linked against libgssapi_krb5 or any krb5 libraries: ldd /usr/lib64/kde4/kio_http.so| grep gss ldd /usr/lib64/kde4/kio_http.so| grep krb5 come up empty. I just confirmed that recompling kdelibs4 on a system which has krb5-devel installed correctly detects it and links kio_http against Kerberos libraries and "negotiate" authentication works. So, the fix should be easy, just make sure you have krb5-devel libraries installed on the build system for kdelibs4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.