Re: [Samba] Re: Samba still asking password

2008-01-30 Thread Marcelo Bossoni
Thank you man, but I found the error.
Nothing with samba, but with Kubuntu fstab approach, that mount the drives
with umask 007 instead 002 (to permit others to see the content of mount
point).
Changing the umask to 002 everything works fine.

2008/1/30, Jamrock [EMAIL PROTECTED]:


 Marcelo Bossoni [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Hi All,
 I need some help.
 I installed Samba 3.0.26a from Ubuntu Gutsy repository under kubuntu,
 and
 make a share with share permissions (LAN), but he always asks for a
 password

 Can you guys have any idea about what is wrong. I am going crazy with
 this.


 Share control does not mean that a password is not required.  I have used
 user security and share security with Samba in a Windows workgroup.

 With user security, the prompt appears for the username and password when
 someone tries to access the Samba server in network neighborhood.

 With share security, the prompt appears for the username and password when
 someone tries to access a share on the Samba server in network
 neighborhood.

 In the first case, security is set on the machine.  In the second case,
 security is set on the share.

 In general, a user cannot access a Linux machine unless he has an account
 on
 it.  He has access to specific folders when the administrator of the
 machine
 gives him access to those folders.

 Samba runs as a service on the Linux machine.  Each user must have a Samba
 account to access the Linux machine through Samba.  Each Samba account is
 mapped to a Linux user account.

 Security on the Samba account is set by setting security on the Linux
 account to which it has been mapped.

 To access a share on the Linux/Samba box, do the following:

 Create a Linux user account on the machine.  Set a password for it.

 Create a Samba account on the machine with the same username.

 Give the Linux user security access to the folder to which the Samba share
 is mapped.

 The only way to avoid the prompt for the username and password is to
 create
 a username and password on the Samba machine that is the same as the
 username and password on the Windows machine from which you accessing the
 Samba machine.



 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba




-- 
Marcelo Marzola Bossoni
  IC - UNICAMP 
***  EC 04  ***
Engenharia de Computação
Tel.: (14) 3474 1160
Tel.: (19) 3342 4752
Cel.: (19) 9765 1919
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba still asking password

2008-01-28 Thread Marcelo Bossoni
Hi All,
I need some help.
I installed Samba 3.0.26a from Ubuntu Gutsy repository under kubuntu, and
make a share with share permissions (LAN), but he always asks for a password

Can you guys have any idea about what is wrong. I am going crazy with this.

My samba configuration file is as follow

[global]
workgroup = CASA
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
encrypt passwords = yes
passdb backend = tdbsam
obey pam restrictions = yes
guest account = nobody
invalid users = root
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n
*passwd:*password\supdated\ssuccessfully* .
socket options = TCP_NODELAY
security = share
restrict anonymous = no
domain master = no
preferred master = no

[DADOS]
case sensitive = no
strict locking = no
path = /media/dados
guest ok = yes




-- 
Marcelo Marzola Bossoni
  IC - UNICAMP 
***  EC 04  ***
Engenharia de Computação
Tel.: (14) 3474 1160
Tel.: (19) 3342 4752
Cel.: (19) 9765 1919
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Problems with SAMBA

2008-01-27 Thread Marcelo Bossoni
Hi All,
sorry about this, but i don't know where to take some help about it, then I
will try you.
I am having a freaking error with samba.
I set the samba security level to share, but it still asking for a password
(konqueror and dolphin) and windows machines says that can't have permission
to access the share.
Can you help me with this?
My smb.conf is

[global]
workgroup = CASA
server string = %h server (Samba, Ubuntu)
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = share
encrypt passwords = yes
passdb backend = tdbsam
obey pam restrictions = yes
guest account = nobody
invalid users = root
socket options = TCP_NODELAY
map to guest = Bad User
restrict anonymous = no
guest ok = yes
domain master = no
preferred master = no

[DADOS]
path = /media/dados/
read only = yes
available = yes
guest ok = yes

thx for your time and your help.

-- 
Marcelo Marzola Bossoni
  IC - UNICAMP 
***  EC 04  ***
Engenharia de Computação
Tel.: (14) 3474 1160
Tel.: (19) 3342 4752
Cel.: (19) 9765 1919
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba