Skip to content

Commit

Permalink
Updates to ref docs
Browse files Browse the repository at this point in the history
- Add proposed changes to ref docs
- Fixes #37
  • Loading branch information
jvalkeal committed Jul 22, 2015
1 parent 217f49f commit fb456d6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/src/reference/asciidoc/appendix.adoc
Expand Up @@ -421,14 +421,24 @@ enabled to perform Spnego authentication.
- At address field, type *about:config*.
- In filter/search, type *negotiate*.
- Parameter *network.negotiate-auth.trusted-uris* may be set to
default *https://* which doesn't work for you. Replace this with
your server address.
default *https://* which doesn't work for you. Generally speaking
this parameter has to replaced with the server address if Kerberos
delegation is required.
- It is recommended to use `https` for all communication.

=== Chrome

With Google Chrome you generally need to set command-line parameters
order to white list servers with Chrome will negotiate.

- on Windows machines (clients): Chrome shares the configuration with
Internet Explorer so if all changes were applied to IE (as described
in E.3), nothing has to be passed via command-line parameters.
- on Linux/Mac OS machines (clients): the command-line parameter
`--auth-negotiate-delegate-whitelist` should only used if Kerberos
delegation is required (otherwise do not set this parameter).
- It is recommended to use `https` for all communication.

[source,text]
----
--auth-server-whitelist="*.example.com"
Expand Down

0 comments on commit fb456d6

Please sign in to comment.