diff options
author | Andreas Schneider <asn@samba.org> | 2012-06-22 16:00:26 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-07-03 21:56:49 +0200 |
commit | 3f14155a9f409103fcfeea0df633e2700dd316f2 (patch) | |
tree | 1665718847312fb9a04f9aa139b9e1224c069def /docs-xml/smbdotconf/printing/showaddprinterwizard.xml | |
parent | 98ab0740946f8ffff72e96465270efaea01e9459 (diff) | |
download | samba-3f14155a9f409103fcfeea0df633e2700dd316f2.tar.gz samba-3f14155a9f409103fcfeea0df633e2700dd316f2.tar.bz2 samba-3f14155a9f409103fcfeea0df633e2700dd316f2.zip |
doc: Remove all references to 'printer admin' option.
Diffstat (limited to 'docs-xml/smbdotconf/printing/showaddprinterwizard.xml')
-rw-r--r-- | docs-xml/smbdotconf/printing/showaddprinterwizard.xml | 5 |
1 files changed, 2 insertions, 3 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> |