From 99144d5541331862d9a2c550a6aab69499c3e95a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 11 Aug 2003 06:30:22 +0000 Subject: adding missing options (mine) to wbinfo (This used to be commit ae6d704946867e92ad6263799f28712442d55617) --- docs/docbook/manpages/wbinfo.1.xml | 237 ++++++++++++++++++++++--------------- 1 file changed, 141 insertions(+), 96 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/wbinfo.1.xml b/docs/docbook/manpages/wbinfo.1.xml index 5fd04c7365..2e35f4d4db 100644 --- a/docs/docbook/manpages/wbinfo.1.xml +++ b/docs/docbook/manpages/wbinfo.1.xml @@ -20,24 +20,31 @@ wbinfo - -u - -g - -N netbios-name + -a user%password + -c username + -C groupname + --domain domain -I ip - -n name -s sid + -u -U uid + -g + --get-auth-user -G gid - -S sid - -Y sid - -t -m - --sequence + -n name + -N netbios-name + -o user:group + -O user:group + -p -r user - -a user%password --set-auth-user user%password - --get-auth-user - -p + --sequence + -S sid + -t + -x username + -X groupname + -Y sid @@ -60,18 +67,36 @@ OPTIONS - + - -u - This option will list all users available - in the Windows NT domain for which the winbindd - 8 daemon is operating in. Users in all trusted domains - will also be listed. Note that this operation does not assign - user ids to any users that have not already been seen by - winbindd8 - . + -a username%password + Attempt to authenticate a user via winbindd. + This checks both authenticaion methods and reports its results. + + + + + -c user + Create a local winbind user. + + + + + -C group + Create a local winbindd group. + + + --domain name + This parameter sets the domain on which any specified + operations will performed. If special domain name '.' is used to represent + the current domain to which winbindd belongs. Currently only the + , + , and options honor this parameter. + + + -g This option will list all groups available @@ -82,18 +107,22 @@ seen by winbindd 8. + + + --get-auth-user + Print username and password used by winbindd + during session setup to a domain controller. Username + and password can be set using '-A'. Only available for + root. + - -N name - The -N option - queries winbindd - 8 to query the WINS - server for the IP address associated with the NetBIOS name - specified by the name parameter. - + -G gid + Try to convert a UNIX group id to a Windows + NT SID. If the gid specified does not refer to one within + the idmap gid range then the operation will fail. - - + -I ip The -I option @@ -105,6 +134,16 @@ + + -m + Produce a list of domains trusted by the + Windows NT server winbindd + 8 contacts + when resolving names. This list does not include the Windows + NT domain the server is a Primary Domain Controller for. + + + -n name The -n option @@ -118,8 +157,46 @@ 5 workgroup parameter. + + + -N name + The -N option + queries winbindd + 8 to query the WINS + server for the IP address associated with the NetBIOS name + specified by the name parameter. + + + + -o user:group + Add a winbindd local group as a secondary group + for the specified winbindd local user. + + + + + -O user:group + Remove a winbindd local group as a secondary group + for the specified winbindd local user. + + + + + -p + Check whether winbindd is still alive. + Prints out either 'succeeded' or 'failed'. + + + + -r username + Try to obtain the list of UNIX group ids + to which the user belongs. This only works for users + defined on a Domain Controller. + + + -s sid Use -s to resolve @@ -129,23 +206,22 @@ S-1-5-21-1455342024-3071081365-2475485837-500. - - -U uid - Try to convert a UNIX user id to a Windows NT - SID. If the uid specified does not refer to one within - the idmap uid range then the operation will fail. + --set-auth-user username%password + Store username and password used by winbindd + during session setup to a domain controller. This enables + winbindd to operate in a Windows 2000 domain with Restrict + Anonymous turned on (a.k.a. Permissions compatiable with + Windows 2000 servers only). + - - -G gid - Try to convert a UNIX group id to a Windows - NT SID. If the gid specified does not refer to one within - the idmap gid range then the operation will fail. + --sequence + Show sequence numbers of + all known domains - -S sid Convert a SID to a UNIX user id. If the SID @@ -154,17 +230,6 @@ then the operation will fail. - - - -Y sid - Convert a SID to a UNIX group id. If the SID - does not correspond to a UNIX group mapped by - winbindd8 then - the operation will fail. - - - - -t Verify that the workstation trust account @@ -172,64 +237,44 @@ domain is working. - - - -m - Produce a list of domains trusted by the - Windows NT server winbindd - 8 contacts - when resolving names. This list does not include the Windows - NT domain the server is a Primary Domain Controller for. - - - - --sequence - Show sequence numbers of - all known domains + -u + This option will list all users available + in the Windows NT domain for which the winbindd + 8 daemon is operating in. Users in all trusted domains + will also be listed. Note that this operation does not assign + user ids to any users that have not already been seen by + winbindd8 + . - + - -r username - Try to obtain the list of UNIX group ids - to which the user belongs. This only works for users - defined on a Domain Controller. - + -U uid + Try to convert a UNIX user id to a Windows NT + SID. If the uid specified does not refer to one within + the idmap uid range then the operation will fail. - - + - -a username%password - Attempt to authenticate a user via winbindd. - This checks both authenticaion methods and reports its results. + -x user + Delete an existing local winbind user. - - + - --set-auth-user username%password - Store username and password used by winbindd - during session setup to a domain controller. This enables - winbindd to operate in a Windows 2000 domain with Restrict - Anonymous turned on (a.k.a. Permissions compatiable with - Windows 2000 servers only). + -X group + Delete an existing local winbindd group. - + - --get-auth-user - Print username and password used by winbindd - during session setup to a domain controller. Username - and password can be set using '-A'. Only available for - root. + -Y sid + Convert a SID to a UNIX group id. If the SID + does not correspond to a UNIX group mapped by + winbindd8 then + the operation will fail. - - -p - Check whether winbindd is still alive. - Prints out either 'succeeded' or 'failed'. - - &stdarg.version; &stdarg.help; -- cgit