source: vendor/current/docs-xml/manpages/samba-regedit.8.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3<refentry id="samba-regedit.8">
4
5<refmeta>
6 <refentrytitle>samba-regedit</refentrytitle>
7 <manvolnum>8</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10 <refmiscinfo class="version">4.4</refmiscinfo>
11</refmeta>
12
13
14<refnamediv>
15 <refname>samba-regedit</refname>
16 <refpurpose>ncurses based tool to manage the Samba registry</refpurpose>
17</refnamediv>
18
19<refsynopsisdiv>
20 <cmdsynopsis>
21 <command>samba-regedit</command>
22 <arg choice="opt">--help</arg>
23 <arg choice="opt">--usage</arg>
24 <arg choice="opt">-d &lt;debug level&gt;</arg>
25 <arg choice="opt">-s &lt;configuration file&gt;</arg>
26 <arg choice="opt">-l &lt;log directory&gt;</arg>
27 <arg choice="opt">-V</arg>
28 <arg choice="opt">--option=&lt;parameter&gt;=&lt;value&gt;</arg>
29 <arg choice="opt">--socket-options=&lt;SOCKETOPTIONS&gt;</arg>
30 <arg choice="opt">--netbiosname=&lt;NETBIOSNAME&gt;</arg>
31 <arg choice="opt">--workgroup=&lt;WORKGROUP&gt;</arg>
32 <arg choice="opt">--scope=&lt;SCOPE&gt;</arg>
33 <arg choice="opt">--user=&lt;USERNAME&gt;</arg>
34 <arg choice="opt">-N</arg>
35 <arg choice="opt">-k</arg>
36 <arg choice="opt">--authentication-file=&lt;FILE&gt;</arg>
37 <arg choice="opt">--signing=[on|off|required]</arg>
38 <arg choice="opt">-P</arg>
39 <arg choice="opt">-e</arg>
40 <arg choice="opt">-C</arg>
41 <arg choice="opt">--pw-nt-hash</arg>
42 </cmdsynopsis>
43</refsynopsisdiv>
44
45<refsect1>
46 <title>DESCRIPTION</title>
47
48 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
49 <manvolnum>7</manvolnum></citerefentry> suite.</para>
50 <para><command>samba-regedit</command> is a ncurses based tool to manage the Samba
51 registry. It can be used to show/edit registry keys/subkeys and
52 their values.</para>
53</refsect1>
54
55<refsect1>
56 <title>OPTIONS</title>
57 <variablelist>
58 &stdarg.help;
59 &stdarg.client.debug;
60 <varlistentry>
61 <term>--usage</term>
62 <listitem><para>Display brief usage message.</para></listitem>
63 </varlistentry>
64 &popt.common.samba;
65 &popt.common.connection;
66 &popt.common.credentials;
67 </variablelist>
68</refsect1>
69
70
71<refsect1>
72 <title>VERSION</title>
73
74 <para>This man page is correct for version 4 of the Samba suite.</para>
75</refsect1>
76
77<refsect1>
78 <title>SEE ALSO</title>
79 <para><citerefentry><refentrytitle>smbd</refentrytitle>
80 <manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>samba</refentrytitle>
81 <manvolnum>7</manvolnum></citerefentry> and <citerefentry><refentrytitle>net</refentrytitle>
82 <manvolnum>8</manvolnum></citerefentry>.</para>
83</refsect1>
84
85<refsect1>
86 <title>AUTHOR</title>
87
88 <para>The original Samba software and related utilities
89 were created by Andrew Tridgell. Samba is now developed
90 by the Samba Team as an Open Source project similar
91 to the way the Linux kernel is developed.</para>
92
93 <para>The samba-regedit man page was written by Karolin Seeger.</para>
94</refsect1>
95
96</refentry>
Note: See TracBrowser for help on using the repository browser.