I installed samba-3.0.27a-0 like pdc. I have a directory "economo" with user "economo" and with password then I have a directory "segretario" with user "segretario" and with password. The user "economo" and the user "segretario" login on personal pc (XP prof) with password and read-write on directories owner. (user economo --> directory economo, user segretario--> directory segretario) The user "segretario" click on share folder "economo" type the credentials user->economo and password, but this message pops up: "Impossible enter to \\server\economo....... In the "log.snmbd" no messages. Is it possible to enter with credentials in share folder? Thanks Andrea drwxrwx--- 4 economo economo 4096 7 dic 12:05 economo drwxrwx--- 3 segretario segretario 4096 6 dic 17:12 segretario ****smb.conf**** [economo] comment = Directory Economo path = /data/economo force group = economo create mask = 700 force create mode = 770 directory mask = 0700 force directory mode = 0770 valid users = economo write list = economo read only = No [segretario] comment = Directory Segretario path = /data/segretario force group = segretario create mask = 700 force create mode = 770 directory mask = 0700 force directory mode = 0770 valid users = segretario write list = segretario read only = No
On Dec 7, 2007 7:21 AM, Andrea Bencini <andrea.bencini@tin.it> wrote:> I installed samba-3.0.27a-0 like pdc. > > I have a directory "economo" with user "economo" and with password > then I have a directory "segretario" with user "segretario" and with > password. > > The user "economo" and the user "segretario" login on personal pc (XP prof) > with password and read-write on directories owner. > (user economo --> directory economo, user segretario--> directory > segretario) > > The user "segretario" click on share folder "economo" type the credentials > user->economo and password, but this message pops up: > > "Impossible enter to \\server\economo....... > In the "log.snmbd" no messages. > Is it possible to enter with credentials in share folder? >Not the way you are doing this. Windows will not let you connect to the same server with two different usernames in one login session. John
Andrea, Microsoft Windows does NOT allow a user to connect to a server using two different credentials at the same time. This means, that if the segretario is connected to SERVER as segretario on the \\server\segretario share, they cannot connect to \\server\economo without completely disconnecting from the server as segretario first. Windows also tends to leave connections cached, even if you disconnect a drive, the computer will try to connect as segretario next time you connect to server if you don't log off and login first. I suggest adding segretario to the "valid users", and if needed, the "write list" parameter if segretario need to use the economo share as well. Best of luck. -- Aaron Andrea Bencini wrote:> I installed samba-3.0.27a-0 like pdc. > > I have a directory "economo" with user "economo" and with password > then I have a directory "segretario" with user "segretario" and with > password. > > The user "economo" and the user "segretario" login on personal pc (XP > prof) with password and read-write on directories owner. > (user economo --> directory economo, user segretario--> directory > segretario) > > The user "segretario" click on share folder "economo" type the > credentials user->economo and password, but this message pops up: > > "Impossible enter to \\server\economo....... > In the "log.snmbd" no messages. > Is it possible to enter with credentials in share folder? > Thanks > Andrea > > drwxrwx--- 4 economo economo 4096 7 dic 12:05 economo > drwxrwx--- 3 segretario segretario 4096 6 dic 17:12 segretario > > ****smb.conf**** > [economo] > > comment = Directory Economo > path = /data/economo > force group = economo > create mask = 700 > force create mode = 770 > directory mask = 0700 > force directory mode = 0770 > valid users = economo > write list = economo > read only = No > > [segretario] > > comment = Directory Segretario > path = /data/segretario > force group = segretario > create mask = 700 > force create mode = 770 > directory mask = 0700 > force directory mode = 0770 > valid users = segretario > write list = segretario > read only = No > > >