Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/printing/VampireDriversFunctions

    r414 r988  
    9191# It then uploads and installs the drivers to a Samba server. (The
    9292# 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.)
    9494#
    9595# The main commands used are \"smbclient\" and \"rpcclient\" combined
     
    144144#
    145145# ntprinteradmin=Administrator   # any account on the NT host
    146 #                                # with \"printer admin\" privileges
    147 # ntadminpasswd=not4you          # the \"printer admin\" password on
     146#                                # with SePrintOperatorPrivilege privileges
     147# ntadminpasswd=not4you          # the printer admin password on
    148148#                                # the NT print server
    149149# nthost=windowsntprintserverbox # the netbios name of the NT print
     
    151151#       
    152152# smbprinteradmin=knoppix        # an account on the Samba server
    153 #                                # with \"printer admin\" privileges
    154 # smbadminpasswd=2secret4you     # the \"printer admin\" password on
     153#                                # with SePrintOperatorPrivilege privileges
     154# smbadminpasswd=2secret4you     # the printer admin password on
    155155#                                # the Samba server
    156156# smbhost=knoppix                # the netbios name of the Samba
Note: See TracChangeset for help on using the changeset viewer.