Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 737 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Debian, CUPS, Samba... Days of grief:
#4 Re: Debian, CUPS, Samba... Days of grief Posted by Bauna (200.115.xx.xx) on Tue 29 Nov 2005 at 16:47 I going to try ti explain my config. 1) Samba #the name of the printer HAS TO be the same on cups [stylus_color_740] printing = cups printable = yes guest ok = yes path = /var/spool/samba #this is the MOST important setting #you can configure a queue en CUPS with "raw driver" and configure the drivers on the windows boxes use client driver = yes [xerox_phaser_3120] printing = cups printable = yes guest ok = yes path = /var/spool/samba use client driver = yes 2) CUPS 2.1) install the foomatic-db, foomatic-db-gimp-print, foomatic-db-engine this packages has almost alld rivers 2.2) try some drivers (not allways the recomended driver is the best option) 2.3) enable browsing for your intranet example in : # BrowseAddress: specifies a broadcast address to be used. By # default browsing information is not sent! # # Note: HP-UX does not properly handle broadcast unless you have a # Class A, B, C, or D netmask (i.e. no CIDR support). # # Note: Using the "global" broadcast address (255.255.255.255) will # activate a Linux demand-dial link with the default configuration. # If you have a LAN as well as the dial-up link, use the LAN's # broadcast address. # # The @LOCAL address broadcasts to all non point-to-point interfaces. # For example, if you have a LAN and a dial-up link, @LOCAL would # send printer updates to the LAN but not to the dial-up link. # Similarly, the @IF(name) address sends to the named network # interface, e.g. @IF(eth0) under Linux. Interfaces are refreshed # automatically (no more than once every 60 seconds), so they can # be used on dynamically-configured interfaces, e.g. PPP, 802.11, etc. # #BrowseAddress x.y.z.255 #BrowseAddress x.y.255.255 #BrowseAddress x.255.255.255 #BrowseAddress 255.255.255.255 #BrowseAddress @LOCAL BrowseAddress @IF(eth1) #restrict access for intraner <location /> Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.3.* </location> I hope this works for you too. Bauna
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account