LDAP Authetication documentation example syntax fix
authorNigel Metheringham <nigel@exim.org>
Sun, 26 Dec 2010 18:04:08 +0000 (18:04 +0000)
committerNigel Metheringham <nigel@exim.org>
Sun, 26 Dec 2010 18:04:08 +0000 (18:04 +0000)
Fixes: bug #999
doc/doc-docbook/spec.xfpt

index 47402cb40ba940b015e064285ce86362b8c3858b..27823a4f127f532e4a08f0c86bed8ba704b96ffc 100644 (file)
@@ -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} \