The following used to work with several months old code.. #============================ Share Definitions ============================== [prlw1] comment = Windoze transfer path = /usr/windoze valid users = prlw1 browseable = no writable = yes guest ok = no
[homes] comment = Home Directories browseable = no writable = yes Now when I smbclient //localhost/prlw1 I end up in my home directory /home/prlw1 rather than in /usr/windoze, so it seems the [prlw1] share isn't being matched, and as prlw1 is a valid userid it is then matched to [homes]. Any thoughts on how I could debug this? Cheers, Patrick
