diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-07-31 18:51:21 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-07-31 18:51:21 +0000 |
commit | 0b18a0f3282f3ed5652cde61682e49f30395c122 (patch) | |
tree | 1eb741514d07933c6338ccd67d6ffd9e3d908e13 /docs/manpages/smb.conf.5 | |
parent | 363b9a2739e9e39d1f69625e6647c6c9047a901a (diff) | |
download | samba-0b18a0f3282f3ed5652cde61682e49f30395c122.tar.gz samba-0b18a0f3282f3ed5652cde61682e49f30395c122.tar.bz2 samba-0b18a0f3282f3ed5652cde61682e49f30395c122.zip |
smb.conf.5: Added netbios aliases entry.
Support.txt: One more USA consultant.
Jeremy (jallison@whistle.com)
(This used to be commit df99a780daedf138df82241d4534f103ce9729b1)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-rw-r--r-- | docs/manpages/smb.conf.5 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 49206230da..938c1ffa7b 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -401,6 +401,8 @@ max xmit message command +netbios aliases + netbios name nis homedir @@ -2118,10 +2120,33 @@ kilobytes. The default is 0, which means no limit. .B Example: min print space = 2000 +.SS netbios aliases (G) + +This is a list of names that nmbd will advertise as additional +names by which the Samba server is known. This allows one machine +to appear in browse lists under multiple names. If a machine is +acting as a browse server or logon server none of these names +will be advertised as either browse server or logon servers, only +the primary name of the machine will be advertised with these +capabilities. + +See also 'netbios name'. + +.B Example: + netbios aliases = TEST TEST1 TEST2 + .SS netbios name (G) This sets the NetBIOS name by which a Samba server is known. By default it is the same as the first component of the host's DNS name. +If a machine is a browse server or logon server this name (or the +first component of the hosts DNS name) will be the name that these +services are advertised under. + +See also 'netbios aliases'. + +.B Example: + netbios name = MYNAME .SS nis homedir (G) Get the home share server from a NIS (or YP) map. For unix systems that |