From e7f883dd9657339cd36e9a38632cd0946d4438a8 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 22 Aug 2013 12:55:53 +0200 Subject: [PATCH] docs: Add man samba-regedit.8. Fix bug #10001 - Man page for samba-regedit tool missing. Signed-off-by: Karolin Seeger --- docs-xml/manpages/samba-regedit.8.xml | 121 +++++++++++++++++++++++++++++++++ docs-xml/wscript_build | 1 + 2 files changed, 122 insertions(+) create mode 100644 docs-xml/manpages/samba-regedit.8.xml diff --git a/docs-xml/manpages/samba-regedit.8.xml b/docs-xml/manpages/samba-regedit.8.xml new file mode 100644 index 0000000..e7ec761 --- /dev/null +++ b/docs-xml/manpages/samba-regedit.8.xml @@ -0,0 +1,121 @@ + + + + + + samba-regedit + 8 + Samba + System Administration tools + 4.1 + + + + + samba-regedit + ncurses based tool to manage the Samba registry + + + + + samba-regedit + --help + --usage + -d <debug level> + -s <configuration file> + -l <log directory> + -V + --option=<parameter>=<value> + --socket-options=<SOCKETOPTIONS> + --netbiosname=<NETBIOSNAME> + --workgroup=<WORKGROUP> + --scope=<SCOPE> + --user=<USERNAME> + -N + -k + --authentication-file=<FILE> + --signing=[on|off|required] + -P + -e + -C + --pw-nt-hash + + + + + DESCRIPTION + + This tool is part of the samba + 7 suite. + samba-regedit is a ncurses based tool to manage the Samba + registry. It can be used to show/edit registry keys/subkeys and + their values. + + + + OPTIONS + + &stdarg.help; + + --usage + Display brief usage message. + + + -d|--debuglevel=<debuglevel> + Set debug level. + + &popt.common.samba; + + --option=<parameter>=<value> + Set smb.conf option from command line. + + &popt.common.connection; + + -S|--signing + Set the client signing state. + + + -P|--machine-pass + Use stored machine account password. + + &popt.common.credentials; + + -e|--encrypt + Encrypt SMB transport (UNIX extended servers only). + + + + --pw-nt-hash + The supplied password is the NT hash. + + + + + + + + VERSION + + This man page is correct for version 4 of the Samba suite. + + + + SEE ALSO + smbd + 8, samba + 7 and net + 8. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The samba-regedit man page was written by Karolin Seeger. + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index d729aa8..9c6042f 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -26,6 +26,7 @@ manpages=''' manpages/samba.7 manpages/samba.8 manpages/samba-tool.8 + manpages/samba-regedit.8 manpages/sharesec.1 manpages/smbcacls.1 manpages/smbclient.1 -- 1.7.10.4