Displaying 2 results from an estimated 2 matches for "panderson".
Did you mean:
  anderson
  
2002 Jun 27
0
setting drivers? (followup)
I just wanted to make it clear, that I think all my problems are stemming
from not being able to connect to the samba server as an admin account. both
"root" and "panderson" are in the smbpasswd file, with valid passwords that
I set. I just can't get authenticated as either user, unless I explicitly
set a share to not allow access to anyone but one of those users. I.e., the
NT client automatically connects as a non-admin or guest account, even if I
map the sh...
2002 Jun 27
1
setting drivers?
..._drivers2.html (I'm using samba 2.2.5). my questions:
-do I have to define each printer individually in smb.conf? I know you do
for the "old" style of printing, the style that didn't work with NT or W2K.
here's what I have now:
-->snip
[global]
 -->snip
printer admin = panderson
 -->snip
[print$]
        path = /usr/local/samba/printers
        guest ok = yes
        browseable = yes
        read only = yes
        write list = panderson,root
[printers]
  comment = All Printers
  path = /var/spool/lpd
   browseable = yes
   guest ok = yes
   writable = no
   printable...