[cups.general] Re: CUPS Driver for Windows 5.0rc3

Franz Pförtsch franz.pfoertsch at brose.net
Tue Mar 22 08:33:42 PST 2005


Hi Adrian,

at first the cups-samba package rely on samba.
Please be familiar with samba.

Read the Samba howto
 http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection/CUPS-printing.html#id2585345

configure a samba like this:

--smb.conf---8<-----
[global]
        unix charset = LOCALE
        workgroup = COMPANY
        realm = COMPANY.COM
        server string = Samba %v
        interfaces = 127.0.0.1, eth0
        bind interfaces only = Yes
        security = ADS
        password server = dc.company.com
        username map = /etc/samba/smbusers
        log level = 2
        log file = /var/log/samba/log.%m
        hostname lookups = Yes
        printcap cache time = 30
        preferred master = No
        local master = No
        domain master = No
        wins server = 192.168.157.210
        ldap ssl = no
        idmap uid = 10000-90000
        idmap gid = 10000-90000
        winbind separator = +
        winbind enum users = yes
        winbind enum groups = yes
        printer admin = printer, @COMPANY+CUPS_Printer_Admin

[printers]
        comment = All Printers
        path = /var/tmp
        create mask = 0600
        guest ok = Yes
        printable = Yes
        browseable = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = root, printer,  @COMPANY+CUPS_Printer_Admin
        force group = sys
        read only = No
        create mask = 0664
        directory mask = 0775
        guest ok = Yes
--smb.conf---8<-----

This is a configuration of a samba-printserver inside of a Win 2k3 ADS
environment.

This machine is only a printserver.

After this steps, have fun!

Adrian Gschwend wrote:

> On Tue, 22 Mar 2005 03:22:45 -0500, Franz Pförtsch wrote:
> 
> Hi Franz,
> 
>> http://ftp.easysw.com/pub/cups/windows/cups-samba-5.0rc3.tar.gz
> 
> Thanks, downloaded it and started to read the instructions. Does this work
> beside an existing CUPS installation or is this a complete replacement?
> I didn't really understand that yet after reading the docs in this tgz.
> 
> cu
> 
> Adrian





More information about the cups mailing list