mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Regenerate docs
(This used to be commit c61de5bbac37fa130a939fb9da4cf114855cab02)
This commit is contained in:
parent
4ea9be5467
commit
bb36db4505
@ -315,7 +315,7 @@ for this including:
|
||||
file allows the creation of arbitrary user and machine accounts without
|
||||
requiring that account to be added to the system (/etc/passwd) file. It
|
||||
too requires the specification of the "non unix account range" option
|
||||
in the [globals] section of the smb.conf file.
|
||||
in the [globals] section of the &smb.conf; file.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
@ -329,6 +329,9 @@ for this including:
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Read the chapter about the <link linkend="passdb">User Database</link>
|
||||
for details.</para>
|
||||
|
||||
<para>
|
||||
A Samba PDC, however, stores each machine trust account in two parts,
|
||||
as follows:
|
||||
@ -418,7 +421,7 @@ as shown here:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<prompt>root# </prompt><command>smbpasswd -a -m <replaceable>machine_name</replaceable></command>
|
||||
<prompt>root# </prompt><userinput>smbpasswd -a -m <replaceable>machine_name</replaceable></userinput>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -114,23 +114,22 @@
|
||||
<member>Windows 200x Server/Advanced Server</member>
|
||||
<member>Windows XP Professional</member>
|
||||
</simplelist>
|
||||
|
||||
<para><emphasis>Note :</emphasis>All current release of
|
||||
Microsoft SMB/CIFS clients support authentication via the
|
||||
SMB Challenge/Response mechanism described here. Enabling
|
||||
clear text authentication does not disable the ability
|
||||
of the client to participate in encrypted authentication.</para>
|
||||
|
||||
|
||||
<para>MS Windows clients will cache the encrypted password alone.
|
||||
Even when plain text passwords are re-enabled, through the appropriate
|
||||
registry change, the plain text password is NEVER cached. This means that
|
||||
in the event that a network connections should become disconnected (broken)
|
||||
only the cached (encrypted) password will be sent to the resource server
|
||||
to affect a auto-reconnect. If the resource server does not support encrypted
|
||||
passwords the auto-reconnect will fail. <emphasis>USE OF ENCRYPTED PASSWORDS
|
||||
IS STRONGLY ADVISED.</emphasis></para>
|
||||
</warning>
|
||||
|
||||
<note><para>All current release of
|
||||
Microsoft SMB/CIFS clients support authentication via the
|
||||
SMB Challenge/Response mechanism described here. Enabling
|
||||
clear text authentication does not disable the ability
|
||||
of the client to participate in encrypted authentication.</para></note>
|
||||
|
||||
<para>MS Windows clients will cache the encrypted password alone.
|
||||
Even when plain text passwords are re-enabled, through the appropriate
|
||||
registry change, the plain text password is NEVER cached. This means that
|
||||
in the event that a network connections should become disconnected (broken)
|
||||
only the cached (encrypted) password will be sent to the resource server
|
||||
to affect a auto-reconnect. If the resource server does not support encrypted
|
||||
passwords the auto-reconnect will fail. <emphasis>USE OF ENCRYPTED PASSWORDS
|
||||
IS STRONGLY ADVISED.</emphasis></para>
|
||||
|
||||
<sect2>
|
||||
<title>Advantages of SMB Encryption</title>
|
||||
|
@ -58,7 +58,7 @@ samba knows of three kinds of character sets:
|
||||
<term>unix charset</term>
|
||||
<listitem><para>
|
||||
This is the charset used internally by your operating system.
|
||||
The default is <emphasis>ASCII</emphasis>, which is fine for most
|
||||
The default is <constant>ASCII</constant>, which is fine for most
|
||||
systems.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBCLIENT" "1" "06 April 2003" "" ""
|
||||
.TH "SMBCLIENT" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbclient \- ftp-like client to access SMB/CIFS resources on servers
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBCONTROL" "1" "06 April 2003" "" ""
|
||||
.TH "SMBCONTROL" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbcontrol \- send messages to smbd, nmbd or winbindd processes
|
||||
@ -158,7 +158,7 @@ Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc
|
||||
\fBshutdown\fR
|
||||
Shut down specified daemon. Can be sent to both smbd and nmbd.
|
||||
.TP
|
||||
\fBtallocdump and pool-usage\fR
|
||||
\fBpool-usage\fR
|
||||
Print a human-readable description of all
|
||||
talloc(pool) memory usage by the specified daemon/process. Available
|
||||
for both smbd and nmbd.
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBD" "8" "06 April 2003" "" ""
|
||||
.TH "SMBD" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbd \- server to provide SMB/CIFS services to clients
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBGROUPEDIT" "8" "06 April 2003" "" ""
|
||||
.TH "SMBGROUPEDIT" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbgroupedit \- Query/set/change UNIX - Windows NT group mapping
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBMNT" "8" "06 April 2003" "" ""
|
||||
.TH "SMBMNT" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbmnt \- helper utility for mounting SMB filesystems
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBMOUNT" "8" "06 April 2003" "" ""
|
||||
.TH "SMBMOUNT" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbmount \- mount an smbfs filesystem
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBPASSWD" "5" "06 April 2003" "" ""
|
||||
.TH "SMBPASSWD" "5" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbpasswd \- The Samba encrypted password file
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBPASSWD" "8" "06 April 2003" "" ""
|
||||
.TH "SMBPASSWD" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbpasswd \- change a user's SMB password
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBSH" "1" "06 April 2003" "" ""
|
||||
.TH "SMBSH" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbsh \- Allows access to Windows NT filesystem using UNIX commands
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBSPOOL" "8" "06 April 2003" "" ""
|
||||
.TH "SMBSPOOL" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbspool \- send a print file to an SMB printer
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBSTATUS" "1" "06 April 2003" "" ""
|
||||
.TH "SMBSTATUS" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbstatus \- report on current Samba connections
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBTAR" "1" "06 April 2003" "" ""
|
||||
.TH "SMBTAR" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbtar \- shell script for backing up SMB/CIFS shares directly to UNIX tape drives
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SMBUMOUNT" "8" "06 April 2003" "" ""
|
||||
.TH "SMBUMOUNT" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
smbumount \- smbfs umount for normal users
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "SWAT" "8" "06 April 2003" "" ""
|
||||
.TH "SWAT" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
swat \- Samba Web Administration Tool
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "TESTPARM" "1" "06 April 2003" "" ""
|
||||
.TH "TESTPARM" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
testparm \- check an smb.conf configuration file for internal correctness
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "TESTPRNS" "1" "06 April 2003" "" ""
|
||||
.TH "TESTPRNS" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
testprns \- check printer name for validity with smbd
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "VFSTEST" "1" "06 April 2003" "" ""
|
||||
.TH "VFSTEST" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
vfstest \- tool for testing samba VFS modules
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "WBINFO" "1" "06 April 2003" "" ""
|
||||
.TH "WBINFO" "1" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
wbinfo \- Query information from winbind daemon
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||||
.\" Please send any bug reports, improvements, comments, patches,
|
||||
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||||
.TH "WINBINDD" "8" "06 April 2003" "" ""
|
||||
.TH "WINBINDD" "8" "07 april 2003" "" ""
|
||||
|
||||
.SH NAME
|
||||
winbindd \- Name Service Switch daemon for resolving names from NT servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user