Guido Lorenzutti writes:

Hi people. I have a Samba PDC with Microsoft Clients. My printserver is
a CUPS and I would like to know how do you handle if you have more than
2000 users and you have to set up the printers for each one.
Do you use a netlogon script to map the printers?
Do you set individual permissions for each printer in the samba?
Do you setup every printer by hand?

We use automatically generated login scripts from which the printers are added. For this, we use the following command:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /q /n\\SERVERNAME\PRINTERNAME

The precise grokking of this has been excellently described in my dead-tree version of the official samba-3 howto and reference guide.

Regards,

roel

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to