File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.97 2007/01/31 20:56:16 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.98 2007/03/24 21:46:23 momjian Exp $ -->
22
33<chapter id="client-authentication">
44 <title>Client Authentication</title>
@@ -929,9 +929,13 @@ omicron bryanh guest1
929929 <synopsis>
930930ldap[<replaceable>s</>]://<replaceable>servername</>[:<replaceable>port</>]/<replaceable>base dn</replaceable>[;<replaceable>prefix</>[;<replaceable>suffix</>]]
931931 </synopsis>
932- for example:
932+ Commas are used to specify multiple items in an <literal>ldap</>
933+ component. However, because unquoted commas are treated as item
934+ separators in <filename>pg_hba.conf</filename>, it is wise to
935+ double-quote the <literal>ldap</> URL to preserve any commas present,
936+ e.g.:
933937 <synopsis>
934- ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\
938+ " ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\"
935939 </synopsis>
936940
937941 </para>
You can’t perform that action at this time.
0 commit comments