From 58bd60995f1c7470c0542f591b303bcc586a5d5f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 12 Sep 2017 10:02:34 -0400 Subject: [PATCH] doc: Document default scope in LDAP URL --- doc/src/sgml/client-auth.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 405bf268327..26c3d1242ba 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1529,7 +1529,8 @@ ldap://host[:port]/ scope must be one of base, one, sub, - typically the last. attribute can + typically the last. (The default is base, which + is normally not useful in this application.) attribute can nominate a single attribute, in which case it is used as a value for ldapsearchattribute. If attribute is empty then -- 2.39.5