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/samba.7.html | 3 +-- docs/htmldocs/smb.conf.5.html | 50 +++++++++++++++------------------- docs/manpages/samba.7 | 3 +-- docs/manpages/smb.conf.5 | 62 ++++++++++++++++++------------------------- docs/yodldocs/samba.7.yo | 3 +-- docs/yodldocs/smb.conf.5.yo | 20 +++++++------- 6 files changed, 60 insertions(+), 81 deletions(-) diff --git a/docs/htmldocs/samba.7.html b/docs/htmldocs/samba.7.html index 2e65ea42e2..21bd5d8b32 100644 --- a/docs/htmldocs/samba.7.html +++ b/docs/htmldocs/samba.7.html @@ -102,8 +102,7 @@ of the Samba mailing list, at

If you wish to contribute to the Samba project, then I suggest you join the Samba mailing list at samba@samba.org. See the -Web page at -http://samba.org/listproc +Web page at http://lists.samba.org/ for details on how to do this.

If you have patches to submit or bugs to report then you may mail them directly to samba@samba.org. Note, however, that due to 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". diff --git a/docs/manpages/samba.7 b/docs/manpages/samba.7 index a508093b8b..4804d8d2af 100644 --- a/docs/manpages/samba.7 +++ b/docs/manpages/samba.7 @@ -122,8 +122,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&. .PP If you wish to contribute to the Samba project, then I suggest you join the Samba mailing list at samba@samba\&.org\&. See the -Web page at -http://samba\&.org/listproc +Web page at http://lists\&.samba\&.org/ for details on how to do this\&. .PP If you have patches to submit or bugs to report then you may mail them diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 3847288a03..e765fe1887 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -463,8 +463,7 @@ the connection is allowed as the corresponding user\&. .IP 4\&. 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 -\fB"revalidate = yes"\fP for this service\&. +validation token then that username is used\&. .IP .IP 5\&. Step 5: If a \fB"user = "\fP field is given in the @@ -1199,6 +1198,9 @@ parameter for details\&. Note that some are synonyms\&. \fBprinter\fP .IP .IP o +\fBprinter admin\fP +.IP +.IP o \fBprinter driver\fP .IP .IP o @@ -1226,9 +1228,6 @@ parameter for details\&. Note that some are synonyms\&. \fBread only\fP .IP .IP o -\fBrevalidate\fP -.IP -.IP o \fBroot postexec\fP .IP .IP o @@ -2266,8 +2265,8 @@ This is an \fBEXPERIMENTAL\fP 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 \fBSamba-ntdom\fP available by sending email to -listproc@samba\&.org +mailing list \fBSamba-ntdom\fP available by visiting the web page at +http://lists\&.samba\&.org/ .IP .IP "\fBdomain admin users (G)\fP" .IP @@ -2275,8 +2274,8 @@ This is an \fBEXPERIMENTAL\fP 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 \fBSamba-ntdom\fP available by sending email to -listproc@samba\&.org +mailing list \fBSamba-ntdom\fP available by visiting the web page at +http://lists\&.samba\&.org/ .IP .IP "\fBdomain groups (G)\fP" .IP @@ -2284,8 +2283,8 @@ This is an \fBEXPERIMENTAL\fP 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 \fBSamba-ntdom\fP available by sending email to -listproc@samba\&.org +mailing list \fBSamba-ntdom\fP available by visiting the web page at +http://lists\&.samba\&.org/ .IP .IP "\fBdomain guest group (G)\fP" .IP @@ -2293,8 +2292,8 @@ This is an \fBEXPERIMENTAL\fP 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 \fBSamba-ntdom\fP available by sending email to -listproc@samba\&.org +mailing list \fBSamba-ntdom\fP available by visiting the web page at +http://lists\&.samba\&.org/ .IP .IP "\fBdomain guest users (G)\fP" .IP @@ -2302,8 +2301,8 @@ This is an \fBEXPERIMENTAL\fP 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 \fBSamba-ntdom\fP available by sending email to -listproc@samba\&.org +mailing list \fBSamba-ntdom\fP available by visiting the web page at +http://lists\&.samba\&.org/ .IP .IP "\fBdomain logons (G)\fP" .IP @@ -4905,6 +4904,18 @@ access to the resource\&. .IP Synonym for \fBprintcapname\fP\&. .IP +.IP "\fBprinter admin (S)\fP" +.IP +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\&. +.IP +\fBDefault:\fP +\f(CW printer admin = \fP +.IP +\fBExample:\fP +\f(CW printer admin = admin, @staff\fP +.IP .IP "\fBprintcap name (G)\fP" .IP This parameter may be used to override the compiled-in default @@ -5331,27 +5342,6 @@ as a different user"\&. \fBExample:\fP \f(CW restrict anonymous = true\fP .IP -.IP "\fBrevalidate (S)\fP" -.IP -Note that this option only works with -\fB"security=share"\fP and will be ignored if -this is not the case\&. -.IP -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 \f(CW\e\eserver\eshare1\fP then to \f(CW\e\eserver\eshare2\fP it won\'t -automatically allow the client to request connection to the second -share as the same username as the first without a password\&. -.IP -If \fB"revalidate"\fP is \f(CW"True"\fP then the client will be denied -automatic access as the same username\&. -.IP -\fBDefault:\fP -\f(CW revalidate = False\fP -.IP -\fBExample:\fP -\f(CW revalidate = True\fP -.IP .IP "\fBroot (G)\fP" .IP Synonym for \fB"root directory"\fP\&. diff --git a/docs/yodldocs/samba.7.yo b/docs/yodldocs/samba.7.yo index 84db537c98..d50fa363d9 100644 --- a/docs/yodldocs/samba.7.yo +++ b/docs/yodldocs/samba.7.yo @@ -105,8 +105,7 @@ manpagesection(CONTRIBUTIONS) If you wish to contribute to the Samba project, then I suggest you join the Samba mailing list at email(samba@samba.org). See the -Web page at -url(http://samba.org/listproc)(http://samba.org/listproc) +Web page at url(http://lists.samba.org/)(http://lists.samba.org/) for details on how to do this. If you have patches to submit or bugs to report then you may mail them diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo index 9a585ad7dd..71d527e83f 100644 --- a/docs/yodldocs/smb.conf.5.yo +++ b/docs/yodldocs/smb.conf.5.yo @@ -2002,8 +2002,8 @@ This is an bf(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 bf(Samba-ntdom) available by sending email to -email(listproc@samba.org) +mailing list bf(Samba-ntdom) available by visiting the web page at +url(http://lists.samba.org/)(http://lists.samba.org/) label(domainadminusers) dit(bf(domain admin users (G))) @@ -2012,8 +2012,8 @@ This is an bf(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 bf(Samba-ntdom) available by sending email to -email(listproc@samba.org) +mailing list bf(Samba-ntdom) available by visiting the web page at +url(http://lists.samba.org/)(http://lists.samba.org/) label(domaingroups) dit(bf(domain groups (G))) @@ -2022,8 +2022,8 @@ This is an bf(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 bf(Samba-ntdom) available by sending email to -email(listproc@samba.org) +mailing list bf(Samba-ntdom) available by visiting the web page at +url(http://lists.samba.org/)(http://lists.samba.org/) label(domainguestgroup) dit(bf(domain guest group (G))) @@ -2032,8 +2032,8 @@ This is an bf(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 bf(Samba-ntdom) available by sending email to -email(listproc@samba.org) +mailing list bf(Samba-ntdom) available by visiting the web page at +url(http://lists.samba.org/)(http://lists.samba.org/) label(domainguestusers) dit(bf(domain guest users (G))) @@ -2042,8 +2042,8 @@ This is an bf(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 bf(Samba-ntdom) available by sending email to -email(listproc@samba.org) +mailing list bf(Samba-ntdom) available by visiting the web page at +url(http://lists.samba.org/)(http://lists.samba.org/) label(domainlogons) dit(bf(domain logons (G))) -- cgit