|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="client-authentication">
|
4 | 4 | <title>Client Authentication</title>
|
@@ -929,9 +929,13 @@ omicron bryanh guest1
|
929 | 929 | <synopsis>
|
930 | 930 | ldap[<replaceable>s</>]://<replaceable>servername</>[:<replaceable>port</>]/<replaceable>base dn</replaceable>[;<replaceable>prefix</>[;<replaceable>suffix</>]]
|
931 | 931 | </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.: |
933 | 937 | <synopsis>
|
934 |
| -ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\ |
| 938 | +"ldap://ldap.example.net/dc=example,dc=net;EXAMPLE\" |
935 | 939 | </synopsis>
|
936 | 940 |
|
937 | 941 | </para>
|
|