From 99bde6889d3d8b7a9e950c86c30e82662e1dacdd Mon Sep 17 00:00:00 2001
From: Gerald Carter
Specifies a username used to connect to the - specified service. The username may be of the form "username" in + specified service. The username may be of the form "username" in which case the user is prompted to enter in a password and the workgroup specified in the smb.conf(5) file is - used, or "username%password" or "DOMAIN\username%password" and the + used, or "username%password" or "DOMAIN\username%password" and the password and workgroup names are used as provided.
The owner of a file or directory can be changed to the name given using the -C option. The name can be a sid in the form S-1-x-y-z or a name resolved @@ -34,8 +34,7 @@ configuration details required by the server. The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is -to provide. See -smb.conf(5) for more information. +to provide. See smb.conf for more information. The default configuration file name is determined at compile time.
debuglevel is an integer from 0 to 10. The default value if this parameter is @@ -49,10 +48,9 @@ amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic.
Note that specifying this parameter here will -override the log -level parameter in the -smb.conf(5) file.
File name for log/debug files. The extension -".client" will be appended. The log file is +override the log level parameter +in the smb.conf file.
File name for log/debug files. The extension +".client" will be appended. The log file is never removed by the client.
The format of an ACL is one or more ACL entries separated by either commas or newlines. An ACL entry is one of the following:
-- cgit