Summary: | Add Kerberos credentials delegation to Konqueror | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Hai Zaar <haizaar> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hai Zaar
2006-12-05 22:11:58 UTC
*** This bug has been confirmed by popular vote. *** Is same as (or at least very similar to) http://bugs.kde.org/show_bug.cgi?id=150954 SVN commit 1118669 by adawit: - Added support for passing configuration info to the authentication object. - Added a configuration option for enabling credentials delegation for GSSAPI (Negotiate) authentication. To activate this featurei globally, simply add "DelegateCredentialsOn=true" to the global section of either $KDEHOME/share/config/kio_httprc or $KDEHOME/share/config/kioslaverc files. To activate it per host/domain, first create a config group in either one of the two files mentioned and then add the option. For example, [foo.bar] "DelegateCredentialsOn=true" That way the flag can be enabled only as needed. BUG: 138414 M +1 -1 http.cpp M +11 -6 httpauthentication.cpp M +14 -10 httpauthentication.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1118669 |