From 1bf6680c080561525c6486f56b02a57f759da9f7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 4 Sep 2008 11:25:55 +0200 Subject: [PATCH] man pages: Several fixes for man wbinfo. -Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5) --- docs-xml/manpages-3/wbinfo.1.xml | 75 +++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 35 deletions(-) diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index e08347ccb46..72a2380dde2 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -77,9 +77,10 @@ - -a|--authenticate username%password - Attempt to authenticate a user via winbindd. - This checks both authenticaion methods and reports its results. + -a|--authenticate username%password + Attempt to authenticate a user via + winbindd8. + This checks both authentication methods and reports its results. Do not be tempted to use this functionality for authentication in third-party applications. Instead use ntlm_auth @@ -106,18 +107,20 @@ - --domain name + --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 + the current domain to which winbindd + 8 belongs. Currently only the , , and options honor this parameter. - -D|--domain-info domain - Show most of the info we have about the domain. + -D|--domain-info domain + Show most of the info we have about the + specified domain. @@ -134,33 +137,34 @@ --get-auth-user - Print username and password used by winbindd + Print username and password used by + winbindd8 during session setup to a domain controller. Username and password can be set using . Only available for root. - --getdcname domain + --getdcname domain Get the DC name for the specified domain. - -G|--gid-to-sid gid + -G|--gid-to-sid 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|--user-info user + -i|--user-info user Get user info. - -I|--WINS-by-ip ip + -I|--WINS-by-ip ip The -I option queries winbindd 8 to send a node status @@ -170,7 +174,7 @@ - -K|--krb5auth username%password + -K|--krb5auth username%password Attempt to authenticate a user via Kerberos. @@ -186,7 +190,7 @@ - -n|--name-to-sid name + -n|--name-to-sid name The -n option queries winbindd 8 for the SID @@ -200,7 +204,7 @@ - -N|--WINS-by-name name + -N|--WINS-by-name name The -N option queries winbindd 8 to query the WINS @@ -217,13 +221,14 @@ -p|--ping - Check whether winbindd is still alive. + Check whether winbindd + 8 is still alive. Prints out either 'succeeded' or 'failed'. - -r|--user-groups username + -r|--user-groups 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. @@ -231,7 +236,7 @@ - -s|--sid-to-name sid + -s|--sid-to-name sid Use -s to resolve a SID to a name. This is the inverse of the -n option above. SIDs must be specified as ASCII strings @@ -247,14 +252,15 @@ --sequence - Show sequence numbers of - all known domains + Show sequence numbers of all known domains. + - --set-auth-user username%password - Store username and password used by winbindd - during session setup to a domain controller. This enables + --set-auth-user username%password + Store username and password used by + winbindd8 + 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 compatible with Windows 2000 servers only). @@ -262,7 +268,7 @@ - -S|--sid-to-uid sid + -S|--sid-to-uid sid Convert a SID to a UNIX user id. If the SID does not correspond to a UNIX user mapped by winbindd8 @@ -288,40 +294,39 @@ - --uid-info UID - Get user info for the user conencted to + --uid-info uid + Get user info for the user connected to user id UID. - --user-domgroups SID + --user-domgroups sid Get user domain groups. - --user-sids SID + --user-sids sid Get user group SIDs for user. - -U|--uid-to-sid uid + -U|--uid-to-sid 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. - --verbose - - Print additional information about the query - results. - + --verbose + + Print additional information about the query results. + - -Y|--sid-to-gid sid + -Y|--sid-to-gid sid Convert a SID to a UNIX group id. If the SID does not correspond to a UNIX group mapped by winbindd8 then -- 2.11.4.GIT