diff options
author | John Terpstra <jht@samba.org> | 2005-03-09 08:02:28 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:16 -0500 |
commit | 0f0b83aff6177ae6b3be25c889b036c40b531e01 (patch) | |
tree | 742f0f6a33ec0f3e900c2e391fc4c1a62dc2ffab /docs | |
parent | 4f19004c6729a72c54de3c64c937be2858e9f626 (diff) | |
download | samba-0f0b83aff6177ae6b3be25c889b036c40b531e01.tar.gz samba-0f0b83aff6177ae6b3be25c889b036c40b531e01.tar.bz2 samba-0f0b83aff6177ae6b3be25c889b036c40b531e01.zip |
Reverting from Global to pershare scope for printer admins parameter.
(This used to be commit 51eb8f11dbd6fb52c37bdf4d0823410e95aeca2f)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/security/printeradmin.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/smbdotconf/security/printeradmin.xml b/docs/smbdotconf/security/printeradmin.xml index def14ede26..45e0999326 100644 --- a/docs/smbdotconf/security/printeradmin.xml +++ b/docs/smbdotconf/security/printeradmin.xml @@ -1,5 +1,5 @@ <samba:parameter name="printer admin" - context="G" + context="S" type="list" print="1" xmlns:samba="http://samba.org/common"> @@ -8,7 +8,10 @@ This lists users who can do anything to printers via the remote administration interfaces offered by MS-RPC (usually using a NT workstation). - Note: The root user always has admin rights. + This parameter can be set per-share or globally. + Note: The root user always has admin rights. Use + caution with use in the global stanza as this can + cause side effects. </para> </description> |