[Samba] Printer drivers

Fabian von Romberg fromberg100 at hotmail.com
Mon Mar 18 23:03:03 MDT 2013


Hi Johan,

I had the same proble where I could not see any share.  I solved it by putting the following under [print$]

browseable = yes


I dont know if this is the only way.  If there is any other alternative, please let anybody know.

Thanks and regards,
Fabian

On 03/18/2013 06:14 AM, Johan Hendriks wrote:
> 
> 
> Zitat von Fabian von Romberg <fromberg100 at hotmail.com>:
> 
>>> Hi,
>>>
>>> is it possible to have printer driver on samba and when the user wants 
>>> to use a particular printer can install the drivers automatically from 
>>> samba?
>>>
>>> Thanks in advance and regards,
>>> Fabian
> 
>> Do you mean like this:
>> https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Point_and_Print_Drivers
> 
>> regards
>> Lukas
> 
> Sorry if i hyjack
> I am trying to get this to work also.
> The problem i have is that i do not see a printers and faxes share.
> So i can not connect to it
> this is my smb4.conf
> 
> # Global parameters
> [global]
>     workgroup = TESTBOOM
>     realm = TESTBOOM.LOCAL
>     netbios name = SMB-FILER01
>     server role = active directory domain controller
>     dns forwarder = 8.8.8.8
> 
>     nsupdate command = /usr/local/bin/samba-nsupdate -g
> #  Printers
>        load printers = yes
>        printing = cups
>        printcap name = cups
>        force printername = yes
>        cups options = raw
> 
> 
> [printers]
>     comment = All Printers
>     path = /usr/local/samba/var/spool
>     browseable = Yes
>     guest ok = yes
>     read only = No
>     printable = Yes
> 
> [print$]
>     comment = Point and Print Printer Drivers
>     path = /usr/local/samba/var/print
>     read only = No
>     use client driver = yes
>     write list = administrator, @"domain admins"
> 
> 
> regards
> johan
> 
> 




More information about the samba mailing list