diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-06-11 15:04:29 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-06-11 15:04:29 +0200 |
commit | 00b67a612e1c577e0e49c34b6c023e15be8dda3a (patch) | |
tree | 34a2aeca1cf48ede07b949430000f905f2a89c26 /docs | |
parent | 31ec715931c72a902aeabb828a5d9a7a2563a8cc (diff) |
m_spanningtree Disallow server passwords which contain a space char and those which begin with a colon
Update links.conf.example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/links.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/links.conf.example b/docs/links.conf.example index a573b66da..94340cd31 100644 --- a/docs/links.conf.example +++ b/docs/links.conf.example @@ -65,6 +65,8 @@ # passwords: the passwords we send and receive. # The remote server will have these passwords reversed. + # Passwords that contain a space character or begin with + # a colon (:) are invalid and may not be used. sendpass="outgoing!password" recvpass="incoming!password"> |