From 29f850ac4330909afa426474686be363d0249d73 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 23 Feb 2011 15:48:23 +0100 Subject: s3-docs: document all wbinfo options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 23 23:45:40 CET 2011 on sn-devel-104 --- docs-xml/manpages-3/wbinfo.1.xml | 101 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 98 insertions(+), 3 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 0f9f206dc4..c1b2c1f627 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -24,36 +24,49 @@ --allocate-gid --allocate-uid -c + --ccache-save + --change-user-password -D domain --domain domain + --dsgetdcname domain -g --getdcname domain --get-auth-user -G gid - -h + --gid-info + --group-info + --help|-? -i user -I ip -K user%password + --lanman -m -n name -N netbios-name + --ntlmv2 + --online-status --own-domain -p - -P + -P|--ping-dc -r user + -R|--lookup-rids -s sid --separator --set-auth-user user%password -S sid + --sid-aliases + --sid-to-fullname -t -u --uid-info uid + --usage --user-domgroups sid --user-sids sid -U uid -V - -Y sid --verbose + -Y sid + @@ -115,6 +128,18 @@ + + --ccache-save username%password + Store user and password for ccache. + + + + + --change-user-password username + Change the password of a user. The old and new password will be prompted. + + + --domain name This parameter sets the domain on which any specified @@ -132,6 +157,24 @@ + + --dsgetdcname domain + Find a DC for a domain. + + + + + --gid-info gid + Get group info from gid. + + + + + --group-info user + Get group info for user. + + + -g|--domain-groups This option will list all groups available @@ -165,6 +208,12 @@ the idmap gid range then the operation will fail. + + -? + Print brief help overview. + + + -i|--user-info user Get user info. @@ -187,6 +236,12 @@ + + --lanman + Use lanman cryptography for user authentication. + + + -m|--trusted-domains Produce a list of domains trusted by the @@ -221,6 +276,20 @@ + + --ntlmv2 + Use NTLMv2 cryptography for user authentication. + + + + + --online-status domain + Show whether domains are marked as online or + offline. An optional domain argument limits the + output to the online status of a given domain. + + + --own-domain List own domain. @@ -252,6 +321,13 @@ + + -R|--lookup-rids rid1, rid2, rid3... + Converts RIDs to names. Uses a comma separated + list of rids. + + + -s|--sid-to-name sid Use -s to resolve @@ -286,6 +362,19 @@ then the operation will fail. + + --sid-aliases sid + Get SID aliases for a given SID. + + + + + --sid-to-fullname sid + Converts a SID to a full username + (DOMAIN\username). + + + -t|--check-secret Verify that the workstation trust account @@ -312,6 +401,12 @@ user id UID. + + --usage + Print brief help overview. + + + --user-domgroups sid Get user domain groups. -- cgit