summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-08-09 04:25:01 +0000
committerAndrew Tridgell <tridge@samba.org>2000-08-09 04:25:01 +0000
commit1342f2e5be28d1582ab39ec837392fbf9e721014 (patch)
tree562fedd73d6e50a104923c6d430a8c7f0a36da14
parent7b5912be150dd590d6195be40b0976305b8716ba (diff)
downloadsamba-1342f2e5be28d1582ab39ec837392fbf9e721014.tar.gz
samba-1342f2e5be28d1582ab39ec837392fbf9e721014.tar.xz
samba-1342f2e5be28d1582ab39ec837392fbf9e721014.zip
add printer admin docs
-rw-r--r--docs/yodldocs/smb.conf.5.yo42
1 files changed, 16 insertions, 26 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index dc26764d8fe..9a585ad7ddc 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -451,8 +451,7 @@ the connection is allowed as the corresponding user.
eit() 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
-link(bf("revalidate = yes"))(revalidate) for this service.
+validation token then that username is used.
eit() Step 5: If a link(bf("user = "))(user) field is given in the
smb.conf file for the service and the client has supplied a password,
@@ -956,6 +955,8 @@ it() link(bf(printable))(printable)
it() link(bf(printer))(printer)
+it() link(bf(printer admin))(printer admin)
+
it() link(bf(printer driver))(printerdriver)
it() link(bf(printer driver location))(printerdriverlocation)
@@ -974,8 +975,6 @@ it() link(bf(read list))(readlist)
it() link(bf(read only))(readonly)
-it() link(bf(revalidate))(revalidate)
-
it() link(bf(root postexec))(rootpostexec)
it() link(bf(root preexec))(rootpreexec)
@@ -4742,6 +4741,19 @@ dit(bf(printcap (G)))
Synonym for link(bf(printcapname))(printcapname).
+label(printer admin)
+dit(bf(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.
+
+ bf(Default:)
+tt( printer admin = <empty string>)
+
+ bf(Example:)
+tt( printer admin = admin, @staff)
+
label(printcapname)
dit(bf(printcap name (G)))
@@ -5180,28 +5192,6 @@ tt( restrict anonymous = false)
bf(Example:)
tt( restrict anonymous = true)
-label(revalidate)
-dit(bf(revalidate (S)))
-
-Note that this option only works with
-link(bf("security=share"))(securityequalshare) 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 tt(\\server\share1) then to tt(\\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 bf("revalidate") is tt("True") then the client will be denied
-automatic access as the same username.
-
- bf(Default:)
-tt( revalidate = False)
-
- bf(Example:)
-tt( revalidate = True)
-
label(root)
dit(bf(root (G)))