From 6216e5cbd7da928cfbfd501393fbe91ac72bbd3f Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 19 Nov 2008 13:08:41 +0100 Subject: manpages: Document new wbinfo idmapping options. --set-uid/gid-mapping --remove-uid/gid-mapping Karolin (cherry picked from commit c9965d544f615fea1ba3609d7348407130ab1ec9) --- docs-xml/manpages-3/wbinfo.1.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/wbinfo.1.xml b/docs-xml/manpages-3/wbinfo.1.xml index 72a2380dde..abb1c7f53f 100644 --- a/docs-xml/manpages-3/wbinfo.1.xml +++ b/docs-xml/manpages-3/wbinfo.1.xml @@ -39,10 +39,14 @@ --own-domain -p -r user + --remove-uid-mapping uid,sid + --remove-gid-mapping gid,sid -s sid --separator --sequence --set-auth-user user%password + --set-uid-mapping uid,sid + --set-gid-mapping gid,sid -S sid -t -u @@ -333,6 +337,29 @@ the operation will fail. + + --remove-uid-mapping uid,sid + Remove an existing uid to sid mapping + entry from the IDmap backend. + + + + --remove-gid-mapping gid,sid + Remove an existing gid to sid + mapping entry from the IDmap backend. + + + + --set-uid-mapping uid,sid + Create a new or modify an existing uid to sid + mapping in the IDmap backend. + + + + --set-gid-mapping gid,sid + Create a new or modify an existing gid to sid + mapping in the IDmap backend. + &stdarg.version; &stdarg.help; -- cgit