From 27d49babb19759e0d3ef93a2290c049e1ba6aaa3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Nov 2013 16:40:56 +0100 Subject: docs: mention --remove-gid-mapping/--remove-uid-mapping in wbinfo manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- docs-xml/manpages/wbinfo.1.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index a091e9407b..31362ac930 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -57,6 +57,8 @@ --pam-logon user%password -r user -R|--lookup-rids + --remove-gid-mapping gid,sid + --remove-uid-mapping uid,sid -s sid --separator --set-auth-user user%password @@ -382,6 +384,18 @@ + + --remove-gid-mapping GID,SID + Removes an existing GID to SID mapping from the database. + + + + + --remove-uid-mapping UID,SID + Removes an existing UID to SID mapping from the database. + + + -s|--sid-to-name sid Use -s to resolve -- cgit