From: Volker Lendecke Date: Tue, 21 Mar 2017 15:00:27 +0000 (+0100) Subject: idmap_rfc2307: Clarify the documentation a bit X-Git-Tag: tdb-1.3.13~410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21fbbfded1cb46edf31d39f80d0faefb896065fa;p=thirdparty%2Fsamba.git idmap_rfc2307: Clarify the documentation a bit "bind_path" is a variable name internally used inside Samba. If you look at "man ldapsearch" from OpenLDAP for example, the more common term for this parameter is "search base". Adapt the documentation accordingly. Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni --- diff --git a/docs-xml/manpages/idmap_rfc2307.8.xml b/docs-xml/manpages/idmap_rfc2307.8.xml index 024415a0825..57856628b39 100644 --- a/docs-xml/manpages/idmap_rfc2307.8.xml +++ b/docs-xml/manpages/idmap_rfc2307.8.xml @@ -70,13 +70,13 @@ bind_path_user - Specifies the bind path where + Specifies the search base where user objects can be found in the LDAP server. bind_path_group - Specifies the bind path where + Specifies the search base where group objects can be found in the LDAP server.