summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-20 16:24:14 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-20 16:24:14 +0000
commit246cd6003600d160e856c0638da91bbfc64a81e1 (patch)
tree166e82de180237a5426c5846df14daf21b6113ae /docs/manpages
parent6355a22f25beefab1e2f9cc2bd894e4fb2b31ae9 (diff)
downloadsamba-246cd6003600d160e856c0638da91bbfc64a81e1.tar.gz
samba-246cd6003600d160e856c0638da91bbfc64a81e1.tar.bz2
samba-246cd6003600d160e856c0638da91bbfc64a81e1.zip
added description of parameters:
domain sid domain groups logon drive logon path (This used to be commit 6d67eddcdffd26b0fa7f97ed3fa08ec002566367)
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/smb.conf.577
1 files changed, 75 insertions, 2 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index 9b8dfd3f28..432ef7035c 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -266,6 +266,10 @@ personality".
%M = the internet name of the client machine
+%N = the name of your NIS home directory server. This is obtained from
+your NIS auto.map entry. If you have not compiled Samba with -DAUTOMOUNT
+then this value will be the same as %L.
+
%d = The process id of the current server process
%a = the architecture of the remote machine. Only some are recognised,
@@ -349,6 +353,10 @@ dns proxy
domain controller
+domain sid
+
+domain group
+
domain logons
domain master
@@ -381,6 +389,10 @@ log file
log level
+logon drive
+
+logon home
+
logon path
logon script
@@ -1153,6 +1165,7 @@ files.
.B Example:
directory mask = 0775
+
.SS directory mode (S)
See
.B directory mask.
@@ -1183,6 +1196,37 @@ logons from Win95 machines to. You should never need to set this parameter.
.B Default:
domain controller = no
+.SS domain groups (G)
+
+Specifies the NT Domain groups that the user belongs to, and the attributes
+associated with that group. This parameter is a white-space separated list
+of group ids (in decimal), followed by an option attribute (in decimal) which
+defaults to a value of 7 if not specified. A group id and the user attributes
+associated with it are separated by "/".
+
+.B
+It is known that attributes are ignored by NT 4.0 Workstation, but not by
+NT 3.51 Workstation. Furthermore, no information on the exact meaning of
+NT Domain groups is presently known.
+
+.B Default:
+ domain groups = 776/7
+
+.B Example:
+ domain groups = 776 1024/7 777
+
+.SS domain sid (G)
+
+Specifies the SID when using Samba as a Logon Server for NT Workstations.
+The format of SIDs supported by samba at present is S-1-N-nnn-nnn-nnn-nnn-nnn.
+The number N indicates the number of sub-authorities (nnn).
+
+.B Default:
+ domain sid = none
+
+.B Example:
+ domain sid = S-1-5-21-123-456-789-123
+
.SS domain logons (G)
If set to true, the Samba server will serve Windows 95 domain logons
@@ -1583,6 +1627,7 @@ The lock files are used to implement the "max connections" option.
.B Example:
lock directory = /usr/local/samba/var/locks
+
.SS locking (S)
This controls whether or not locking will be performed by the server in
response to lock requests from the client.
@@ -1618,6 +1663,30 @@ separate log files for each user or machine.
.SS log level (G)
see "debug level"
+.SS logon drive (G)
+
+This parameter specifies the local path to which the home directory
+will be connected (see "logon home") and is only used by NT Workstations.
+
+.B Example:
+ logon drive = h:
+
+.SS logon home (G)
+
+This parameter specifies the home directory location when a Win95 or
+NT Workstation logs into a Samba PDC. It allows you to do "NET USE
+H: /HOME" from a command prompt, for example.
+
+.B
+This option takes the standard substitutions, allowing you to have
+separate logon scripts for each user or machine.
+
+.B Example:
+ logon home = "\\\\remote_smb_server\\%U"
+
+.B Default:
+ logon home = "\\\\%N\\%U"
+
.SS logon path (G)
This parameter specifies the home directory where roaming profiles
@@ -1642,10 +1711,14 @@ read-only - rename it to USER.MAN to achieve the desired effect
Windows clients can sometimes maintain a connection to the [homes]
share, even though there is no user logged in. Therefore, it is
vital that the logon path does not include a reference to the
-homes share (i.e \\\\%L\\HOMES\profile_path will cause problems).
+homes share (i.e \\\\%N\\HOMES\profile_path will cause problems).
+
+.B
+This option takes the standard substitutions, allowing you to have
+separate logon scripts for each user or machine.
.B Default:
- logon path = \\\\%L\\%U\\profile
+ logon path = \\\\%N\\%U\\profile
.B Example:
logon path = \\\\PROFILESERVER\\HOME_DIR\\%U\\PROFILE