[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Samba



I am kinda new to linux, and i am trying to setup samba, so i can veiw my
linux files on my network as root. Basically I just want to be able to view
all the files on my linux box, as if i were actually logged in as root. i
have read all about samba, and am not doing really well with it. I have it
so windoze can see my linux machine, but it keeps asking me for a password,
and it won't let me in, no matter what password i use, or how i log into
windows.  Any help would be much appreciated, or if there is anything
easier to use, 
please send it my way... 
Also, here is a copy of my smb.conf file:

[global] 
workgroup = house_nation 
comment = RedHat Samba Server 
;netbios name = wlm00075 
;netbios aliases = red eyes 
null passwords = yes
guest account = ftp 
log file = /var/log/samba-log.%m 
lock directory = /var/lock/samba 
security = user 
debug level = 1 
max log size = 50 
;I want to lose elections, the next 4 lines ensure that I do 
local master = no 
domain master = no 
preferred master = no 
os level = 0 
;time server = yes 
;load printers = yes 
server string = host %h Version %v for %m 
;update encrypted = yes 
encrypt passwords = yes 
smb passwd file = /etc/private/smbpasswd 
username map = /etc/username.map
socket options = TCP_NODELAY

[tmp] 
comment = Temporary file space 
path = /tmp 
writeable = yes 
public = yes 
create mask = 0777 
dos filetimes = true 

[homes] 
comment = Home Directories 
writeable = yes 
browseable = no 
dos filetimes = true 
valid users = %S 

;[printers] 
;comment = All Printers 
;printable = yes 
;browseable = no
;path = /var/spool/lpd 
;writeable = no 
;guest ok = yes 
;print command = cp %s /var/spool/lpd/print_%p 

[redcd]
comment = %h CD-Rom 
path = /cdrom 
writeable = no 
locking = no
fake oplocks = yes

passwd chat = *ew\sUNIX\spassword* %n\n *etype* %n\n
*all\sauthentication\stokens\supdated\ssuccessfully* 
unix password sync - true 
passwd program = /usr/bin/passwd %u