diff options
author | Nigel Metheringham <nigel@exim.org> | 2010-12-26 18:04:08 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2010-12-26 18:04:08 +0000 |
commit | 26959551d814815c763eef5cee98668a1713089d (patch) | |
tree | 359755f0a4695f06659796996c89957b0e52dab2 /doc/doc-docbook | |
parent | eee8a1c6e4093179fa8bb18613f55b03b7b2b843 (diff) |
LDAP Authetication documentation example syntax fix
Fixes: bug #999
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | 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 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} \ |