1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

s3:doc manpage for "net connections cleanup"

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Gregor Beck
2012-07-16 15:10:46 +02:00
committed by Andrew Bartlett
parent 1c2bae062d
commit 37ed821798

View File

@ -2111,6 +2111,45 @@ string.</member>
</refsect2>
<refsect2>
<title>CONNECTIONS</title>
<para>
Manipulate Samba's connections database.
</para>
<para>The registry commands are:
<simplelist>
<member>net connections cleanup - Remove orphaned entries from the connections database.</member>
</simplelist>
</para>
<refsect3>
<title>CONNECTIONS CLEANUP [-avT]</title>
<para> Remove orphaned entries from the connections database. This may be necessary if restarting smbd isn't an option.
<variablelist>
<varlistentry><term>-a|--auto</term>
<listitem><para>
Noninteractive mode, don't ask.
</para></listitem>
</varlistentry>
<varlistentry><term>-v|--verbose</term>
<listitem><para>
Produce more output.
</para></listitem>
</varlistentry>
<varlistentry><term>-T|--test</term>
<listitem><para>
Dry run, show what changes would be made but don't touch anything.
</para></listitem>
</varlistentry>
</variablelist>
</para>
</refsect3>
</refsect2>
<refsect2>
<title>EVENTLOG</title>