git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee8a1c
)
LDAP Authetication documentation example syntax fix
author
Nigel Metheringham
<nigel@exim.org>
Sun, 26 Dec 2010 18:04:08 +0000
(18:04 +0000)
committer
Nigel Metheringham
<nigel@exim.org>
Sun, 26 Dec 2010 18:04:08 +0000
(18:04 +0000)
Fixes: bug #999
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 47402cb40ba940b015e064285ce86362b8c3858b..27823a4f127f532e4a08f0c86bed8ba704b96ffc 100644
(file)
--- 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} \