From f622de81785df58e9431a6d53a8b593734a62a7b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 12 Sep 2000 23:00:01 +0000 Subject: Updated manual pages to point at http://lists.samba.org instead of old listproc address. (This used to be commit 0d7f81633157d6028a47488020862fe24a648546) --- docs/htmldocs/smb.conf.5.html | 50 ++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 29 deletions(-) (limited to 'docs/htmldocs/smb.conf.5.html') diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index d01333bf04..e16d79fbd2 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -379,8 +379,7 @@ names are checked against the supplied password, if they match then the connection is allowed as the corresponding user.

  • Step 4: If the client has previously validated a username/password pair with the server and the client has passed the -validation token then that username is used. This step is skipped if -"revalidate = yes" for this service. +validation token then that username is used.

  • Step 5: If a "user = " field is given in the smb.conf file for the service and the client has supplied a password, and that password matches (according to the UNIX system's password @@ -641,6 +640,7 @@ parameter for details. Note that some are synonyms.

  • print ok

  • printable

  • printer +

  • printer admin

  • printer driver

  • printer driver location

  • printer name @@ -650,7 +650,6 @@ parameter for details. Note that some are synonyms.

  • queueresume command

  • read list

  • read only -

  • revalidate

  • root postexec

  • root preexec

  • root preexec close @@ -1403,40 +1402,40 @@ DNS name lookup requests, as doing a name lookup is a blocking action. Samba NT Domain Controller Code. It may be removed in a later release. To work with the latest code builds that may have more support for Samba NT Domain Controller functionality please subscribe to the -mailing list Samba-ntdom available by sending email to -listproc@samba.org +mailing list Samba-ntdom available by visiting the web page at +http://lists.samba.org/

    domain admin users (G)

    This is an EXPERIMENTAL parameter that is part of the unfinished Samba NT Domain Controller Code. It may be removed in a later release. To work with the latest code builds that may have more support for Samba NT Domain Controller functionality please subscribe to the -mailing list Samba-ntdom available by sending email to -listproc@samba.org +mailing list Samba-ntdom available by visiting the web page at +http://lists.samba.org/

    domain groups (G)

    This is an EXPERIMENTAL parameter that is part of the unfinished Samba NT Domain Controller Code. It may be removed in a later release. To work with the latest code builds that may have more support for Samba NT Domain Controller functionality please subscribe to the -mailing list Samba-ntdom available by sending email to -listproc@samba.org +mailing list Samba-ntdom available by visiting the web page at +http://lists.samba.org/

    domain guest group (G)

    This is an EXPERIMENTAL parameter that is part of the unfinished Samba NT Domain Controller Code. It may be removed in a later release. To work with the latest code builds that may have more support for Samba NT Domain Controller functionality please subscribe to the -mailing list Samba-ntdom available by sending email to -listproc@samba.org +mailing list Samba-ntdom available by visiting the web page at +http://lists.samba.org/

    domain guest users (G)

    This is an EXPERIMENTAL parameter that is part of the unfinished Samba NT Domain Controller Code. It may be removed in a later release. To work with the latest code builds that may have more support for Samba NT Domain Controller functionality please subscribe to the -mailing list Samba-ntdom available by sending email to -listproc@samba.org +mailing list Samba-ntdom available by visiting the web page at +http://lists.samba.org/

    domain logons (G)

    If set to true, the Samba server will serve Windows 95/98 Domain @@ -3416,6 +3415,15 @@ access to the resource.

    printcap (G)

    Synonym for printcapname. +

    +

    printer admin (S)
    +

    This is a list of users that can do anything to printers via the +remote administration interfaces offered by MSRPC (usually using a NT +workstation). Note that the root user always has admin rights. +

    Default: + printer admin = <empty string> +

    Example: + printer admin = admin, @staff

    printcap name (G)

    This parameter may be used to override the compiled-in default @@ -3733,22 +3741,6 @@ as a different user". restrict anonymous = false

    Example: restrict anonymous = true -

    -

    revalidate (S)
    -

    Note that this option only works with -"security=share" and will be ignored if -this is not the case. -

    This option controls whether Samba will allow a previously validated -username/password pair to be used to attach to a share. Thus if you -connect to \\server\share1 then to \\server\share2 it won't -automatically allow the client to request connection to the second -share as the same username as the first without a password. -

    If "revalidate" is "True" then the client will be denied -automatic access as the same username. -

    Default: - revalidate = False -

    Example: - revalidate = True

    root (G)

    Synonym for "root directory". -- cgit