diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-08-09 14:49:47 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-08-09 14:50:35 +0200 |
commit | 68b5c08c3978a1ff76b4bc354bf892c7eb8df5c8 (patch) | |
tree | 480f93c2520cc9c8802ea61c41757525a98d6250 | |
parent | 30b4ccdab70aad4178cf6876f25c5bba27035558 (diff) | |
download | postgresql-68b5c08c3978a1ff76b4bc354bf892c7eb8df5c8.tar.gz postgresql-68b5c08c3978a1ff76b4bc354bf892c7eb8df5c8.zip |
Fix typo in LDAP example
Reported by William Meitzen
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index a46ba3e755d..e7c80b912b7 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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. |