mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Problems found by Herb.
Jeremy.
This commit is contained in:
parent
70ac9dbcec
commit
a5555bd3b7
@ -50,7 +50,7 @@ A text Samba codepage definition file is a description that tells
|
||||
Samba how to map from upper to lower case for characters greater than
|
||||
ascii 127 in the specified DOS code page. Note that for certain DOS
|
||||
codepages (437 for example) mapping from lower to upper case may be
|
||||
asynchronous. For example, in code page 437 lower case a acute maps to
|
||||
non-symmetrical. For example, in code page 437 lower case a acute maps to
|
||||
a plain upper case A when going from lower to upper case, but maps
|
||||
from plain upper case A to plain lower case a when lower casing a
|
||||
character.
|
||||
|
@ -39,7 +39,8 @@ rfc1002 for details.
|
||||
|
||||
label(minusS)
|
||||
dit(bf(-S)) Once the name query has returned an IP address then do a
|
||||
node status query as well.
|
||||
node status query as well. A node status query returns the NetBIOS names
|
||||
registered by a host.
|
||||
|
||||
label(minusr)
|
||||
dit(bf(-r)) Try and bind to UDP port 137 to send and receive UDP
|
||||
@ -91,11 +92,10 @@ level))(smb.conf.5.html#loglevel) parameter in the url(bf(smb.conf
|
||||
label(minuss)
|
||||
dit(bf(-s smb.conf)) This parameter specifies the pathname to the
|
||||
Samba configuration file, smb.conf. This file controls all aspects of
|
||||
the Samba setup on the machine and smbclient also needs to read this
|
||||
file.
|
||||
the Samba setup on the machine.
|
||||
|
||||
label(minusi)
|
||||
dit(bf(-i scope)) This specifies a NetBIOS scope that smbclient will use
|
||||
dit(bf(-i scope)) This specifies a NetBIOS scope that bf(nmblookup) will use
|
||||
to communicate with when generating NetBIOS names. For details on the
|
||||
use of NetBIOS scopes, see rfc1001.txt and rfc1002.txt. NetBIOS scopes
|
||||
are em(very) rarely used, only set this parameter if you are the
|
||||
@ -106,16 +106,17 @@ label(name)
|
||||
dit(bf(name)) This is the NetBIOS name being queried. Depending upon
|
||||
the previous options this may be a NetBIOS name or IP address. If a
|
||||
NetBIOS name then the different name types may be specified by
|
||||
appending tt(#<type>) to the name.
|
||||
appending tt(#<type>) to the name. This name may also be tt("*"),
|
||||
which will return all registered names within a broadcast area.
|
||||
|
||||
enddit()
|
||||
|
||||
label(EXAMPLES)
|
||||
manpagesection(EXAMPLES)
|
||||
|
||||
bf(nmblookup) can be used to query a WINS server (in the same way .B
|
||||
nslookup is used to query DNS servers). To query a WINS server,
|
||||
nmblookup must be called like this:
|
||||
bf(nmblookup) can be used to query a WINS server (in the same way
|
||||
bf(nslookup) is used to query DNS servers). To query a WINS server,
|
||||
bf(nmblookup) must be called like this:
|
||||
|
||||
tt(nmblookup -U server -R 'name')
|
||||
|
||||
@ -141,7 +142,7 @@ label(AUTHOR)
|
||||
manpageauthor()
|
||||
|
||||
The original Samba software and related utilities were created by
|
||||
Andrew Tridgell (samba-bugs@samba.anu.edu.au). Samba is now developed
|
||||
Andrew Tridgell email(samba-bugs@samba.anu.edu.au). Samba is now developed
|
||||
by the Samba Team as an Open Source project similar to the way the
|
||||
Linux kernel is developed.
|
||||
|
||||
|
@ -55,8 +55,8 @@ dit(url(bf(testprns))(testprns.1.html)) nl() nl() the url(bf(testprns
|
||||
in your printcap file.
|
||||
|
||||
dit(url(bf(smbstatus))(smbstatus.1.html)) nl() nl() The url(bf(smbstatus)
|
||||
(1))(smbstatus.1.html) utility allows you to tell who is currently
|
||||
using the url(bf(smbd (8)))(smbd.8.html) server.
|
||||
(1))(smbstatus.1.html) utility allows you list current connections to the
|
||||
url(bf(smbd (8)))(smbd.8.html) server.
|
||||
|
||||
dit(url(bf(nmblookup))(nmblookup.1.html)) nl() nl() the
|
||||
url(bf(nmblookup (1)))(nmblookup.1.html) utility allows NetBIOS name
|
||||
|
@ -42,7 +42,9 @@ label(uid)
|
||||
dit(bf(uid)) nl() nl()
|
||||
|
||||
This is the UNIX uid. It must match the uid field for the same
|
||||
user entry in the standard UNIX passwd file.
|
||||
user entry in the standard UNIX passwd file. If this does not
|
||||
match then Samba will refuse to recognis this bf(smbpasswd) file entry
|
||||
as being valid for a user.
|
||||
|
||||
label(LanmanPasswordHash)
|
||||
dit(bf(Lanman Password Hash)) nl() nl()
|
||||
|
@ -152,6 +152,10 @@ specified must be the Primary Domain Controller for the domain (Backup
|
||||
Domain Controllers only have a read-only copy of the user account
|
||||
database and will not allow the password change).
|
||||
|
||||
em(Note) that Windows 95/98 do not have a real password database
|
||||
so it is not possible to change passwords specifying a Win95/98
|
||||
machine as remote machine target.
|
||||
|
||||
label(minusR)
|
||||
dit(bf(-R name resolve order)) This option allows the user of
|
||||
smbclient to determine what name resolution services to use when
|
||||
|
@ -1,9 +1,9 @@
|
||||
mailto(samba-bugs@samba.anu.edu.au)
|
||||
|
||||
manpage(testparm)(1)(23 Oct 1998)(Samba)(SAMBA)
|
||||
manpage(testprns)(1)(23 Oct 1998)(Samba)(SAMBA)
|
||||
|
||||
label(NAME)
|
||||
manpagename(testparm)(check printer name for validity with smbd )
|
||||
manpagename(testprns)(check printer name for validity with smbd )
|
||||
|
||||
label(SYNOPSIS)
|
||||
manpagesynopsis()
|
||||
|
Loading…
Reference in New Issue
Block a user