summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-06-22 16:00:26 +0200
committerAndreas Schneider <asn@samba.org>2012-07-03 21:56:49 +0200
commit3f14155a9f409103fcfeea0df633e2700dd316f2 (patch)
tree1665718847312fb9a04f9aa139b9e1224c069def /docs-xml/smbdotconf
parent98ab0740946f8ffff72e96465270efaea01e9459 (diff)
downloadsamba-3f14155a9f409103fcfeea0df633e2700dd316f2.tar.gz
samba-3f14155a9f409103fcfeea0df633e2700dd316f2.tar.bz2
samba-3f14155a9f409103fcfeea0df633e2700dd316f2.zip
doc: Remove all references to 'printer admin' option.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r--docs-xml/smbdotconf/printing/showaddprinterwizard.xml5
-rw-r--r--docs-xml/smbdotconf/security/printeradmin.xml27
2 files changed, 2 insertions, 30 deletions
diff --git a/docs-xml/smbdotconf/printing/showaddprinterwizard.xml b/docs-xml/smbdotconf/printing/showaddprinterwizard.xml
index 293cf9d1aa..c912554fbf 100644
--- a/docs-xml/smbdotconf/printing/showaddprinterwizard.xml
+++ b/docs-xml/smbdotconf/printing/showaddprinterwizard.xml
@@ -14,8 +14,8 @@
<para>Under normal circumstances, the Windows NT/2000 client will
open a handle on the printer server with OpenPrinterEx() asking for
Administrator privileges. If the user does not have administrative
- access on the print server (i.e is not root or a member of the
- <parameter moreinfo="none">printer admin</parameter> group), the OpenPrinterEx()
+ access on the print server (i.e is not root or the priviledge
+ SePrintOperatorPrivilege, the OpenPrinterEx()
call fails and the client makes another open call with a request for
a lower privilege level. This should succeed, however the APW
icon will not be displayed.</para>
@@ -30,7 +30,6 @@
<related>addprinter command</related>
<related>deleteprinter command</related>
-<related>printer admin</related>
<value type="default">yes</value>
</samba:parameter>
diff --git a/docs-xml/smbdotconf/security/printeradmin.xml b/docs-xml/smbdotconf/security/printeradmin.xml
deleted file mode 100644
index a0dd9929c0..0000000000
--- a/docs-xml/smbdotconf/security/printeradmin.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<samba:parameter name="printer admin"
- context="S"
- type="list"
- print="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
- <para>
- This lists users who can do anything to printers
- via the remote administration interfaces offered
- by MS-RPC (usually using a NT workstation).
- 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>
-
- <para>
- This parameter has been marked deprecated in favor
- of using the SePrintOperatorPrivilege and individual
- print security descriptors. It will be removed in a future release.
- </para>
-
-</description>
-
-<value type="default"></value>
-<value type="example">admin, @staff</value>
-</samba:parameter>