Gitweb:
http://git.exim.org/exim.git/commitdiff/26959551d814815c763eef5cee98668a1713089d
Commit: 26959551d814815c763eef5cee98668a1713089d
Parent: eee8a1c6e4093179fa8bb18613f55b03b7b2b843
Author: Nigel Metheringham <nigel@???>
AuthorDate: Sun Dec 26 18:04:08 2010 +0000
Committer: Nigel Metheringham <nigel@???>
CommitDate: Sun Dec 26 18:04:08 2010 +0000
LDAP Authetication documentation example syntax fix
Fixes: bug #999
---
doc/doc-docbook/spec.xfpt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 47402cb..27823a4 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -23752,7 +23752,7 @@ login:
driver = plaintext
public_name = LOGIN
server_prompts = Username:: : Password::
- server_condition = ${if and{{
+ server_condition = ${if and{{ \
!eq{}{$auth1} }{ \
ldapauth{user="cn=${quote_ldap_dn:$auth1},ou=people,o=example.org" \
pass=${quote:$auth2} \