source: vendor/3.5.0/docs-xml/smbdotconf/security/printeradmin.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 825 bytes
Line 
1<samba:parameter name="printer admin"
2 context="S"
3 type="list"
4 print="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>
8 This lists users who can do anything to printers
9 via the remote administration interfaces offered
10 by MS-RPC (usually using a NT workstation).
11 This parameter can be set per-share or globally.
12 Note: The root user always has admin rights. Use
13 caution with use in the global stanza as this can
14 cause side effects.
15 </para>
16
17 <para>
18 This parameter has been marked deprecated in favor
19 of using the SePrintOperatorPrivilege and individual
20 print security descriptors. It will be removed in a future release.
21 </para>
22
23</description>
24
25<value type="default"></value>
26<value type="example">admin, @staff</value>
27</samba:parameter>
Note: See TracBrowser for help on using the repository browser.