1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

Fix typo in LDAP example

Reported by William Meitzen
This commit is contained in:
Magnus Hagander 2015-08-09 14:49:47 +02:00
parent 868bfd1f3d
commit 8ff0eb8c6b

View File

@ -1584,7 +1584,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
<para> <para>
Here is the same search+bind configuration written as a URL: Here is the same search+bind configuration written as a URL:
<programlisting> <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> </programlisting>
Some other software that supports authentication against LDAP uses the Some other software that supports authentication against LDAP uses the
same URL format, so it will be easier to share the configuration. same URL format, so it will be easier to share the configuration.