|
is there a way to just give readonly access to everyone of the domain to a certain share with out putting all there user names into the list? How can I join this samba server to a windows 2000 domain? Below is my smb.conf file.. Thanks for the help
[global]
log file = /var/log/samba/%m.log
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
obey pam restrictions = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins server = 10.5.55.249
encrypt passwords = Yes
passwd program = /usr/bin/passwd %u
dns proxy = No
netbios name = soft2k
netbios aliases = soft2k
server string = Samba Server
printing = lprng
unix password sync = Yes
workgroup = test
os level = 20
max log size = 0
pam password change = Yes
[homes]
create mask = 0664
browseable = no
comment = Home Directories
directory mask = 0775
valid users = %S
writable = yes
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[softhome]
comment = software home
writeable = yes
valid users = @root,@admin
create mode = 664
write list = @admin,@root
path = /softhome
directory mode = 775
[CDROM]
comment = CDROM Drive
path = /mnt/cdrom
[Softwaredump]
read list = nobody,@nobody
writeable = yes
create mode = 664
public = yes
path = /softhome/SoftwareDump
write list = administrator,@admin,@root
|