aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2015-08-09 14:49:47 +0200
committerMagnus Hagander <magnus@hagander.net>2015-08-09 14:50:23 +0200
commit64ac985b5946de4bf7cae21383508477023e0688 (patch)
tree3ef2767328990297e7dd00a3befcfb785177f902
parent479cb1e420c40d78b49535c0ceeaa5f65c7d6797 (diff)
downloadpostgresql-64ac985b5946de4bf7cae21383508477023e0688.tar.gz
postgresql-64ac985b5946de4bf7cae21383508477023e0688.zip
Fix typo in LDAP example
Reported by William Meitzen
-rw-r--r--doc/src/sgml/client-auth.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 5f72bebba86..ba04bdf71ae 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -1464,7 +1464,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.