From eebe9749e0f9d287e7320314b958260bd5a448be Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 16 Apr 2002 16:52:20 +0000 Subject: few fixes and regenerate (This used to be commit 0ffda9ffad2073a5995ce34fde5c3b5fc4859b90) --- docs/htmldocs/rpcclient.1.html | 22 ++++++------ docs/htmldocs/smb.conf.5.html | 82 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 79 insertions(+), 25 deletions(-) (limited to 'docs/htmldocs') diff --git a/docs/htmldocs/rpcclient.1.html b/docs/htmldocs/rpcclient.1.html index 98a19c6ea2d..eaa864f1099 100644 --- a/docs/htmldocs/rpcclient.1.html +++ b/docs/htmldocs/rpcclient.1.html @@ -37,7 +37,7 @@ NAME="AEN8" >rpcclient {server} [-A authfile] [-c <command string>] [-d debuglevel] [-h] [-l logfile] [-N] [-s <smb config file>] [-U username[%password]] [-W workgroup] [-N]

[-A authfile] [-c <command string>] [-d debuglevel] [-h] [-l logfile] [-N] [-s <smb config file>] [-U username[%password]] [-W workgroup] [-N] {server}

.

-A filename
-A|--authfile=filename

This option allows @@ -125,14 +125,14 @@ CLASS="PROGRAMLISTING" access from unwanted users.

-c 'command string'
-c|--command='command string'

execute semicolon separated commands (listed below))

-d debuglevel
-d|--debug=debuglevel

set the debuglevel. Debug level 0 is the lowest @@ -144,14 +144,14 @@ CLASS="FILENAME"

-h
-h|--help

Print a summary of command line options.

-l logbasename
-l|--logfile=logbasename

File name for log/debug files. The extension @@ -163,7 +163,7 @@ CLASS="CONSTANT"

-N
-N|--nopass

instruct option.

-s smb.conf
-s|--conf=smb.conf

Specifies the location of the all important @@ -192,7 +192,7 @@ CLASS="FILENAME" > file.

-U username[%password]
-U|--user=username[%password]

Sets the SMB username or username and password.

-W domain
-W|--workgroup=domain

Set the SMB domain of the username. This @@ -693,7 +693,7 @@ NAME="AEN222" >

VERSION

This man page is correct for version 2.2 of the Samba +>This man page is correct for version 3.0 of the Samba suite.

  • algorithmic rid base

  • COMPLETE LIST OF SERVICE PARAMETERS

    EXPLANATION OF EACH PARAMETER

    algorithmic rid base (G)

    This determines how Samba will use its + algorithmic mapping from uids/gid to the RIDs needed to construct + NT Security Identifiers.

    Setting this option to a larger value could be useful to sites + transitioning from WinNT and Win2k, as existing user and + group rids would otherwise clash with sytem users etc. +

    All UIDs and GIDs must be able to be resolved into SIDs for + the correct operation of ACLs on the server. As such the algorithmic + mapping can't be 'turned off', but pushing it 'out of the way' should + resolve the issues. Users and groups can then be assigned 'low' RIDs + in arbitary-rid supporting backends.

    Default: algorithmic rid base = 1000

    Example: algorithmic rid base = 100000

    allow trusted domains (G)
    passdb backend (G)

    This option allows the administrator to chose what - backend in which to store passwords. This allows (for example) both - smbpasswd and tdbsam to be used without a recompile. Only one can - be used at a time however, and experimental backends must still be selected +>This option allows the administrator to chose which backends to retrieve and store passwords with. This allows (for example) both + smbpasswd and tdbsam to be used without a recompile. + Multiple backends can be specified, seperated by spaces. The backends will be searched in the order they are specified. New users are always added to the first backend specified. + Experimental backends must still be selected (eg --with-tdbsam) at configure time.

    Example: passdb backend = tdbsam:/etc/samba/private/passdb.tdbpassdb backend = tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd

    Example:

    Example: passdb backend = plugin:/usr/local/samba/lib/my_passdb.so:my_plugin_argspassdb backend = plugin:/usr/local/samba/lib/my_passdb.so:my_plugin_args tdbsam:/etc/samba/private/passdb.tdb

    section above for reasons why you might want to do this.

    To use the CUPS printing interface set printcap name = cups + .

    On System V systems that use lpstat modules for UNIX services.

    Please note that setting this parameter to + causes problems + with group membership at least on glibc systems, as the character + + is used as a special character for NIS in /etc/group.

    Example: winbind separator = \winbind separator = \\

    Example: winbind separator = +winbind separator = /

    WARNINGS

    VERSION

    SEE ALSO

    AUTHOR