dsfh24
08-09-2003, 08:46 AM
I am trying to connect to another mandrake box with the same user name and group as the host box. I can read my share_files share using nmb/nfs but not using smb. Yet I can not write using nmb/nfs ! So can any one help me out here ? What am I doing wrong here ? I just want to be able to read and write from one box to another.
[global]
log file = /var/log/samba/log.%m.
smb passwd file = /etc/samba/smbpasswd
load printers = yes
printing = cups
server string = Samba Server %v
socket options = TCP_NODELAY
workgroup = MDKGROUP
map to guest = bad user
encrypt passwords = yes
printcap name = cups
security = user
printer admin = @adm
max log size = 50
[homes]
comment = Home Directories
browseable = no
writable = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
create mode = 0700
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
[print$]
path = /var/lib/samba/printers
browseable = yes
read only = yes
write list = @adm root
guest ok = no
[pdf-generator]
path = /var/tmp
guest ok = No
printable = Yes
comment = PDF Generator (only valid users)
#print command = /usr/share/samba/scripts/print-pdf file path win_path recipient IP doc_name &
print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &
[SHARED_FILES]
comment = /home/douglas/Shared_Files
wide links = no
valid users = douglas,@douglas
writeable = yes
path = /home/douglas/Shared_Files
write list = douglas,@douglas
[global]
log file = /var/log/samba/log.%m.
smb passwd file = /etc/samba/smbpasswd
load printers = yes
printing = cups
server string = Samba Server %v
socket options = TCP_NODELAY
workgroup = MDKGROUP
map to guest = bad user
encrypt passwords = yes
printcap name = cups
security = user
printer admin = @adm
max log size = 50
[homes]
comment = Home Directories
browseable = no
writable = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
create mode = 0700
print command = lpr-cups -P %p -o raw %s -r # using client side printer drivers.
[print$]
path = /var/lib/samba/printers
browseable = yes
read only = yes
write list = @adm root
guest ok = no
[pdf-generator]
path = /var/tmp
guest ok = No
printable = Yes
comment = PDF Generator (only valid users)
#print command = /usr/share/samba/scripts/print-pdf file path win_path recipient IP doc_name &
print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &
[SHARED_FILES]
comment = /home/douglas/Shared_Files
wide links = no
valid users = douglas,@douglas
writeable = yes
path = /home/douglas/Shared_Files
write list = douglas,@douglas