Help!

[Samba] Ask for passwords

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Samba RSS
Next:  [gentoo-user] How compatible are the various gcc ..  
Author Message
Rafael Camacho
External


Since: Nov 06, 2009
Posts: 1



PostPosted: Fri Nov 06, 2009 12:10 pm    Post subject: [Samba] Ask for passwords
Archived from groups: linux>samba (more info?)

Hello Samba!

I am trying to setup a samba server where windows users (any windows version) can:

- List all shares in server without ask for password.
- Access 'Public' without ask for password with full access
- Access 'Comercial', this share needs ask for user and password

Any suggestions?

Thanks!

[global]
workgroup = dotti
netbios name = Serv-001
;netbios aliases = SRV_Contabil SRV_Informatica SRV_Design
server string =
security = share
encrypt passwords = yes
unix password sync = no
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
dns proxy = No
interfaces = eth0
bind interfaces only = yes
#defer sharing violations = no
guest account = nobody
#ntlm auth = yes
unix charset = iso8859-1
display charset = cp850
;include = /etc/samba/smb.%L.conf

[Public]
browseable = yes
comment = Servidor de Arquivos
path = /publico
read only = No
public = Yes
security = share
guest ok = Yes
vfs object = recycle:recycle
recycle:repository = Trash/%U
recycle:keeptree = Yes
recycle:touch = Yes
recycle:versions = No

[Comercial]
browseable = yes
comment = Comercial
path = /comercial
public = No
read only = No
only user = Yes
writeable = Yes
security = user
valid users = comercial
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Samba All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum