Oke, I've edited some things, try it... Ron
On Wed, 14 Jun 2000, Sven Burgener wrote: > > > > Try to set a password for one one the users and see if that fixes the > > > > problem: > > > > - login as root and type: smbpasswd -a <user> > > > > - now type a password fopr thisa user and try using samba with this > > > > password (and user of course ;)) > > > > Done. > > > No success. :( When reconnecting drives at logon, I still get prompted > > > to re-enter my passwd...!? Hmm, this is a tough one... > > > Hmm, what does the smb.conf look like?? > > Here you go: > > ;[global] [global] ; Do not comment this... > workgroup = WG > ; printing = bsd > ; printcap name = /etc/printcap > ; load printers = yes > guest account = guest ; guest account = guest ; Comment this ;) > ; This next option sets a separate log file for each client. Remove > ; it if you want a combined log file. > log file = /usr/local/samba/log.%m > ; You will need a world readable lock directory and "share modes=yes" > ; if you want to support the file sharing modes for multiple users > ; of the same files > lock directory = /usr/local/samba/var/locks > share modes = yes > map archive = no public = yes ; So anybody can enter security = user ; Comment ONLY if you want people who do not have an ; account on your linux server to have access to the ; shares (not likely I guess) > > (all shares are somewhat very similar to the following one) > [share] > comment = data > path = /data > public = yes > writable = yes > force group = group > case sensitive = yes > default case = lower > create mode = 0777 > printable = no > > TIA! > Sven (CC me, plz) >