This is a discussion on RE: [Samba] cups driver within the Samba forums, part of the Networking and Network Related category; Hi, >-----Original Message----- >From: stenon [mailto:stenon@lpmm.sciences.univ-metz.fr] >Sent: sexta-feira, 9 de ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
>-----Original Message----- >From: stenon [mailto:stenon@lpmm.sciences.univ-metz.fr] >Sent: sexta-feira, 9 de Setembro de 2005 10:34 >To: Bruno Guerreiro; samba@lists.samba.org >Subject: Re: [Samba] cups driver > > >hi , >so my samba server : >$ smbd -V >Version 3.0.14a-Debian > >and my smb.conf : > >[global] > log file = /var/log/samba/log.%m > dns proxy = no > netbios name = pykota > security = user > passwd chat = *Enter\snew\sUNIX\spassword:* %n\n >*Retype\snew\sUNIX\spassword:* %n\n . > server string = sprint > socket options = TCP_NODELAY > invalid users = root > obey pam restrictions = yes > workgroup = PyKoTa > os level = 20 > auto services = printers > encrypt passwords = true > syslog = 0 > passwd program = /usr/bin/passwd %u > passdb backend = tdbsam guest > panic action = /usr/share/samba/panic-action %d > max log size = 1000 > load printer = Yes > printing = cups > printcap name = cups > use client driver = yes >[printers] > comment = All Printers > browseable = Yes > path = /tmp > printable = yes > public = yes > writable = no > create mode = 0700 > ># Windows clients look for this share name as a source of downloadable ># printer drivers >[print$] > comment = Printer Drivers > path = /var/lib/samba/printers > browseable = yes > read only = yes > guest ok = yes ># Uncomment to allow remote administration of Windows print drivers. ># Replace 'ntadmin' with the name of the group your admin users are ># members of. > write list = root, @ntadmin > > >i've just seen in my config "invalid users = root" -> it's >important ? I think it, as it is in the global section I believe it prevents root from connecting to any share ( file/print). Since you're using 3.0.14a you should have a "printer admin = users_or_groups_who_admin_printers" You are using the local windows Administrator account. I believe that when you logon to the samba services, you send the user in this format: "winmachinename\administrator". Does that user belong to the administrators group at the Samba box? Or does it get mapped to root via smbusers? Hope this helps, Bruno Guerreiro > >i did smbpasswd -a root ? usefull or useless ? > >thanks > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |