Printer sharing in BOSS 3.1
Prathibhab (Talk | contribs) |
Prathibhab (Talk | contribs) |
||
Line 6: | Line 6: | ||
Note: In smb.conf file, you need to change a number of lines.<br> Some of the lines will be commented out with a semicolon (;) in front <br> of them. Note that any lines we change here will need to have the semicolon <br> removed in order to make them active. | Note: In smb.conf file, you need to change a number of lines.<br> Some of the lines will be commented out with a semicolon (;) in front <br> of them. Note that any lines we change here will need to have the semicolon <br> removed in order to make them active. | ||
- | [global] | + | [global]<br> |
- | workgroup = WORKGROUP | + | workgroup = WORKGROUP<br> |
- | interfaces = lo eth1 | + | interfaces = lo eth1<br> |
- | bind interfaces only = true | + | bind interfaces only = true<br> |
- | [printers] | + | [printers]<br> |
- | comment = All Printers | + | |
- | browseable = no | + | comment = All Printers<br> |
- | path = /var/spool/samba | + | browseable = no<br> |
- | printable = yes | + | path = /var/spool/samba<br> |
- | guest ok = yes | + | printable = yes<br> |
- | + | guest ok = yes<br> | |
- | create | + | writable= yes<br> |
+ | create mode = 0700<br> | ||
Save your changes to the smb.conf file, and restart Samba with the following command: | Save your changes to the smb.conf file, and restart Samba with the following command: | ||
sudo /etc/init.d/samba restart | sudo /etc/init.d/samba restart |