mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Fix typo in LDAP example
Reported by William Meitzen
This commit is contained in:
parent
30b4ccdab7
commit
68b5c08c39
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
|
|||
<para>
|
||||
Here is the same search+bind configuration written as a URL:
|
||||
<programlisting>
|
||||
host ... ldap lapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
|
||||
host ... ldap ldapurl="ldap://ldap.example.net/dc=example,dc=net?uid?sub"
|
||||
</programlisting>
|
||||
Some other software that supports authentication against LDAP uses the
|
||||
same URL format, so it will be easier to share the configuration.
|
||||
|
|
|
|||
Loading…
Reference in a new issue