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 /examples | |
parent | 98ab0740946f8ffff72e96465270efaea01e9459 (diff) | |
download | samba-3f14155a9f409103fcfeea0df633e2700dd316f2.tar.gz |
doc: Remove all references to 'printer admin' option.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/printing/VampireDriversFunctions | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/printing/VampireDriversFunctions b/examples/printing/VampireDriversFunctions index 3d46411e91d..f245c31ed58 100644 --- a/examples/printing/VampireDriversFunctions +++ b/examples/printing/VampireDriversFunctions @@ -90,7 +90,7 @@ echo -e " \n\ # driver info and related files from a Windows NT print server. # It then uploads and installs the drivers to a Samba server. (The # Samba server needs to be prepared for this: a valid [print$] -# share, with write access set for a \"printer admin\".) +# share, with write access set for a user with SePrintOperatorPrivilege.) # # The main commands used are \"smbclient\" and \"rpcclient\" combined # with \"grep\", \"sed\" and \"awk\". Probably a Perl or Python script @@ -143,15 +143,15 @@ echo -e " \n\ # ################################################################# # # ntprinteradmin=Administrator # any account on the NT host -# # with \"printer admin\" privileges -# ntadminpasswd=not4you # the \"printer admin\" password on +# # with SePrintOperatorPrivilege privileges +# ntadminpasswd=not4you # the printer admin password on # # the NT print server # nthost=windowsntprintserverbox # the netbios name of the NT print # # server # # smbprinteradmin=knoppix # an account on the Samba server -# # with \"printer admin\" privileges -# smbadminpasswd=2secret4you # the \"printer admin\" password on +# # with SePrintOperatorPrivilege privileges +# smbadminpasswd=2secret4you # the printer admin password on # # the Samba server # smbhost=knoppix # the netbios name of the Samba # # print server |