From: Nigel Metheringham Date: Sun, 26 Dec 2010 18:04:08 +0000 (+0000) Subject: LDAP Authetication documentation example syntax fix X-Git-Tag: exim-4_73~2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/26959551d814815c763eef5cee98668a1713089d LDAP Authetication documentation example syntax fix Fixes: bug #999 --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 47402cb40..27823a4f1 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} \