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
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, > FabianDo you mean like this: https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Point_and_Print_Drivers regards Lukas
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 >LukasSorry 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
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 > >
Hi Fabian, Yes - here is (excerpt from) my setup. You also need to set permissions on shares so printer admins can write driver files and everybody can print. I think you need arcitecture foldres under print$ (W32X86 etc) and set SePrintOperatorPrivilege for users to set up printers. I got it all working OK (samba 3.5.6), but I do still have troubles with printer properties in some drivers. I suspect it might work better in samba3.3 and older but have not got as far as testing this. Jim [global] ...... load printers = yes printing = cups printcap name = cups # show add printer wizard = no use client driver = no force printername = yes # cups options = raw [print$] comment = windows printer drivers path = /var/lib/samba/printers browseable = no guest ok = yes read only = no create mask = 0664 directory mask = 775 force group = "print operators" [printers] comment = all printers path = /var/spool/samba printable = yes writeable = no guest ok = no create mask = 0700 browseable = no On 18 March 2013 04:46, Fabian von Romberg <fromberg100 at hotmail.com> wrote:> 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 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
>Hi Fabian, > >Yes - here is (excerpt from) my setup. >You also need to set permissions on shares so printer admins can write >driver files and everybody can print. I think you need arcitecture foldres >under print$ (W32X86 etc) and set SePrintOperatorPrivilege for users to set >up printers. > >I got it all working OK (samba 3.5.6), but I do still have troubles with >printer properties in some drivers. I suspect it might work better in >samba3.3 and older but have not got as far as testing this. > >Jim>[global] >...... > load printers = yes > printing = cups > printcap name = cups ># show add printer wizard = no > use client driver = no > force printername = yes ># cups options = raw > >[print$] > comment = windows printer drivers > path = /var/lib/samba/printers > browseable = no > guest ok = yes > read only = no > create mask = 0664 > directory mask = 775 > force group = "print operators">[printers] > comment = all printers > path = /var/spool/samba > printable = yes> writeable = no> guest ok = no > create mask = 0700 > browseable = no > > >On 18 March 2013 04:46, Fabian von Romberg <fromberg100 at hotmail.com> wrote:>> 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 >> >> --Well on samba 3.6.x i got it working also, but on samba4 i do not get the printers and faxes share. Whatever i do. I do get the printer itself. Is the documentation not right and do i need to use the printer share it self. regards Johan
Hi, is this a bug in Samba 4? Regards, Fabian On 03/21/2013 06:29 AM, Johan Hendriks wrote:> > >> Hi Fabian, >> >> Yes - here is (excerpt from) my setup. >> You also need to set permissions on shares so printer admins can write >> driver files and everybody can print. I think you need arcitecture foldres >> under print$ (W32X86 etc) and set SePrintOperatorPrivilege for users to set >> up printers. >> >> I got it all working OK (samba 3.5.6), but I do still have troubles with >> printer properties in some drivers. I suspect it might work better in >> samba3.3 and older but have not got as far as testing this. >> >> Jim > >> [global] >> ...... >> load printers = yes >> printing = cups >> printcap name = cups >> # show add printer wizard = no >> use client driver = no >> force printername = yes >> # cups options = raw >> >> [print$] >> comment = windows printer drivers >> path = /var/lib/samba/printers >> browseable = no >> guest ok = yes >> read only = no >> create mask = 0664 >> directory mask = 775 >> force group = "print operators" > >> [printers] >> comment = all printers >> path = /var/spool/samba >> printable = yes > > writeable = no >> guest ok = no >> create mask = 0700 >> browseable = no >> >> >> On 18 March 2013 04:46, Fabian von Romberg <fromberg100 at hotmail.com> wrote: > >>> 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 >>> >>> -- > > Well on samba 3.6.x i got it working also, but on samba4 i do not get the printers and faxes share. > Whatever i do. > I do get the printer itself. > Is the documentation not right and do i need to use the printer share it self. > > regards > Johan >