aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-22 15:06:19 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-22 15:06:19 +0200
commit4efca05149a3faf9c4153e3dc51dfe7bb4a418a4 (patch)
tree28e90a1858f206ee4724100a08400e737cc96688 /doc/guide.tex
parentreflect correct default value un example documentation (diff)
Fix "s2s_access" option name in documentation
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 44869e167..30ccb7553 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1288,11 +1288,11 @@ access:
all: normal
xmlrpc_access:
xmlrpc_bot: allow
- s2s_access:
+ s2s:
trusted_servers: allow
all: deny
s2s_certfile: "/path/to/ssl.pem"
-s2s_policy: s2s_access
+s2s_access: s2s
s2s_use_starttls: required_trusted
listen:
-