File:  [NetBSD Developer Wiki] / wikisrc / kerberos / web_browser.mdwn
Revision 1.7: download - view: text, annotated - select for diffs
Wed Oct 27 00:22:51 2010 UTC (13 years, 1 month ago) by schmonz
Branches: MAIN
CVS tags: HEAD
Correct the Firefox instructions, and give a Chrome starting point.

    1: First, Kerberize your [[system]]. Then:
    2: 
    3: #### [[!toggle id="firefox" text="Firefox"]]
    4: [[!toggleable id="firefox" text="""
    5: 7. Open Firefox.
    6: 7. Go to [about:config](about:config).
    7: 7. Filter for `network.negotiate-auth`.
    8: 7. Set `network.negotiate-auth.trusted-uris` (_not_
    9: `network.negotiate-auth.delegation-uris`) to `netbsd.org`.
   10: 7. **(Windows only)** Filter for `use-sspi`, then set `network.auth.use-sspi` to `false`.
   11: """]]
   12: 
   13: #### [[!toggle id="konqueror" text="Konqueror"]]
   14: [[!toggleable id="konqueror" text="""
   15: Possibly the same as [[!toggle id="safari" text="Safari"]]?
   16: """]]
   17: 
   18: #### [[!toggle id="safari" text="Safari (Mac OS X)"]]
   19: [[!toggleable id="safari" text="""
   20: 7. Open Safari.
   21: 7. There is no Step 2.
   22: """]]
   23: 
   24: #### [[!toggle id="chrome" text="Google Chrome"]]
   25: [[!toggleable id="chrome" text="""
   26: [Chromium docs](http://sites.google.com/a/chromium.org/dev/developers/design-documents/http-authentication)
   27: """]]
   28: 
   29: #### [[!toggle id="ie" text="Internet Explorer"]]
   30: [[!toggleable id="ie" text="""
   31: Internet Explorer can use Microsoft's built-in Kerberos. Anyone know how? Some possibly relevant links:
   32: 
   33: > Sadly, it seems MS IE can only use tickets cached inside LSA (Local Security Authority), and this cache is only created upon logon through winlogon service. Which means that a `host/<windows_machine>` principal would be needed for each Windows client that wants to cache a TGT. This is only suitable for Intranet-like networks. Maybe there is another way to manage the LSA after login, similar to [[!template id=man name=kinit section=1]]... --[[jym]]
   34: 
   35: * <http://rc.quest.com/topics/mod_auth_vas/howto.php#iexplore>
   36: * <http://support.microsoft.com/kb/299838>
   37: * <http://technet.microsoft.com/en-us/library/cc779070(WS.10).aspx>
   38: * <http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38>
   39: """]]

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb