Print share ACL's

  • Thread starter Thread starter Gekko
  • Start date Start date
G

Gekko

Hi.
How to accomplish this:
On a W2K server I need to restrict 1 shared printer usage
to users who has already accounts in AD.
So far ok, but these users are NOT logging to AD nor do
their machines are in AD (workgroup mode).
I just would like them to authenticate somehow using their
AD accounts to use the printer. No one else should not be
allowed to print to it.
 
The users logged on to machines in a workgroup can do: "net use
\\printer-server /u:domain\account" and then type in their password to
authenticate to the print server. Then they can install the printer
connection and print. You can remove "everyone" form the print queue
security descriptor on the server and add "authenticated users". Make sure
the guest account on the server is disabled.
 
Back
Top