From: Douglas Bagnall Date: Sun, 2 Mar 2025 00:54:27 +0000 (+1300) Subject: manpages:samba-tool: document -H options X-Git-Tag: tevent-0.17.0~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d481da327d56b8a48fec447a6ed6718dc152afb9;p=thirdparty%2Fsamba.git manpages:samba-tool: document -H options Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index c803e5a9326..4aedadfb17d 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -68,12 +68,79 @@ &cmdline.common.credentials.authenticationfile; + + -H URL, --URL=URL + + LDB URL for database or target server. + The URL can either be a plain file path, or use one + of the schemes listed here. If a plain path is used, it is + treated as if 'tdb://' was used. + + + tdb://PATH + + + PATH is the location of a TDB database. + + + + + mdb://PATH + + + PATH is the location of an LMDB database. + + + + + ldb://PATH + + + PATH is the location of an LDB database, in either + LMDB or TDB format. The formats will be tried one + after another until one succeeds or all fail. It + is safe to use this if you don't know the format + of the file. + + + + + ldap://HOSTNAME, ldaps://HOSTNAME + + + The LDB backend is the named ldap server. ldaps:// wraps the connection in TLS. + + + + + ldapi://SOCKET + + + The backend server is a local ldap server using a unix domain socket. + + + + + + + + + + --color=always|never|auto + use colour if available (default: auto) + + + --ipaddress=IPADDRESS IP address of the server + + -s FILE, --configfile=FILE + Use this smb.conf configuration file. + --color=always|never|auto