Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b4ccd
)
Fix typo in LDAP example
author
Magnus Hagander
<magnus@hagander.net>
Sun, 9 Aug 2015 12:49:47 +0000
(14:49 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 9 Aug 2015 12:50:35 +0000
(14:50 +0200)
Reported by William Meitzen
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index a46ba3e755da1f594c8994bb8b705f1689e38315..e7c80b912b7779a087f869ce34d419c7780a1bbd 100644
(file)
--- 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 l
d
apurl="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.