From: Björn Baumbach Date: Wed, 23 Dec 2020 15:39:55 +0000 (+0100) Subject: doc/samba-tool: describe command parameters for "user list" command X-Git-Tag: samba-4.14.0rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac621a06412df0bc2ad7c09a985d32af74270323;p=thirdparty%2Fsamba.git doc/samba-tool: describe command parameters for "user list" command Signed-off-by: Björn Baumbach Reviewed-by: Volker Lendecke --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 4ddc434b034..de3a9e3ac26 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -1342,6 +1342,22 @@ user list List all users. + By default the user's sAMAccountNames are listed. + + + --full-dn + + List user's distinguished names instead of the sAMAccountNames. + + + + -b BASE_DN|--base-dn=BASE_DN + + Specify base DN to use. Only users under the specified base DN will be + listed. + + +