diff options
author | Badlop <badlop@process-one.net> | 2012-03-16 14:16:17 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2012-03-16 14:16:17 +0100 |
commit | 983da9c887d6cb64812087cba961dc85f349e1f9 (patch) | |
tree | f9128c34253cb8e26939be7d82fe1bd64bad3383 /doc | |
parent | Assume we have only one CPU when an auto-detection fails (EJAB-1516) (diff) |
Relax digest-uri handling (thanks to Daniel Willmann)(EJAB-1529)
This patch introduces a new config option - fqdn - to set the fully
qualified domain name of the host:
{fqdn, "foo.example.com"}.
This fixes a problem with Pidgin not being able to log in on a server
that used SRV records.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 1b151ee7c..f0af763dd 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1231,6 +1231,12 @@ The default value is \term{closeold}. If the client uses old Jabber Non-SASL authentication (\xepref{0078}), then this option is not respected, and the action performed is \term{closeold}. +The option \option{fqdn} allows you to define the Fully Qualified Domain Name +of the machine, in case it isn't detected automatically. +The FQDN is used to authenticate some clients that use the DIGEST-MD5 SASL mechanism. +The option syntax is: +\esyntax{\{fqdn, undefined|FqdnString\}.} + \makesubsubsection{internalauth}{Internal} \ind{internal authentication}\ind{Mnesia} |