Changeset 988 for vendor/current/examples/printing/VampireDriversFunctions
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/printing/VampireDriversFunctions
r414 r988 91 91 # It then uploads and installs the drivers to a Samba server. (The 92 92 # Samba server needs to be prepared for this: a valid [print$] 93 # share, with write access set for a \"printer admin\".)93 # share, with write access set for a user with SePrintOperatorPrivilege.) 94 94 # 95 95 # The main commands used are \"smbclient\" and \"rpcclient\" combined … … 144 144 # 145 145 # ntprinteradmin=Administrator # any account on the NT host 146 # # with \"printer admin\"privileges147 # ntadminpasswd=not4you # the \"printer admin\" password on146 # # with SePrintOperatorPrivilege privileges 147 # ntadminpasswd=not4you # the printer admin password on 148 148 # # the NT print server 149 149 # nthost=windowsntprintserverbox # the netbios name of the NT print … … 151 151 # 152 152 # smbprinteradmin=knoppix # an account on the Samba server 153 # # with \"printer admin\"privileges154 # smbadminpasswd=2secret4you # the \"printer admin\" password on153 # # with SePrintOperatorPrivilege privileges 154 # smbadminpasswd=2secret4you # the printer admin password on 155 155 # # the Samba server 156 156 # smbhost=knoppix # the netbios name of the Samba
Note:
See TracChangeset
for help on using the changeset viewer.