summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/authentication.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/authentication.txt b/doc/authentication.txt
index 814d5b95e..9b1bdc187 100644
--- a/doc/authentication.txt
+++ b/doc/authentication.txt
@@ -39,12 +39,12 @@ bcfg2.conf from the per-client metadata::
protocol = xmlrpc/ssl
#if $self.metadata.uuid != None
user = $self.metadata.uuid
- #endif
+ #end if
#if $self.metadata.password != None
password = $self.metadata.password
#else
password = my-password-foobat
- #endif
+ #end if
[components]
bcfg2 = https://localhost:6789