1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

add printer admin docs

(This used to be commit 1342f2e5be)
This commit is contained in:
Andrew Tridgell 2000-08-09 04:25:01 +00:00
parent db24453581
commit 64f6dd86a8

View File

@ -451,8 +451,7 @@ the connection is allowed as the corresponding user.
eit() Step 4: If the client has previously validated a eit() Step 4: If the client has previously validated a
username/password pair with the server and the client has passed the username/password pair with the server and the client has passed the
validation token then that username is used. This step is skipped if validation token then that username is used.
link(bf("revalidate = yes"))(revalidate) for this service.
eit() Step 5: If a link(bf("user = "))(user) field is given in the 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, 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))(printer)
it() link(bf(printer admin))(printer admin)
it() link(bf(printer driver))(printerdriver) it() link(bf(printer driver))(printerdriver)
it() link(bf(printer driver location))(printerdriverlocation) 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(read only))(readonly)
it() link(bf(revalidate))(revalidate)
it() link(bf(root postexec))(rootpostexec) it() link(bf(root postexec))(rootpostexec)
it() link(bf(root preexec))(rootpreexec) it() link(bf(root preexec))(rootpreexec)
@ -4742,6 +4741,19 @@ dit(bf(printcap (G)))
Synonym for link(bf(printcapname))(printcapname). 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) label(printcapname)
dit(bf(printcap name (G))) dit(bf(printcap name (G)))
@ -5180,28 +5192,6 @@ tt( restrict anonymous = false)
bf(Example:) bf(Example:)
tt( restrict anonymous = true) 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) label(root)
dit(bf(root (G))) dit(bf(root (G)))