Operating System - HP-UX
1833845 Members
2315 Online
110063 Solutions
New Discussion

samba server is not working for the second person.

 
SOLVED
Go to solution
jenith christopher
Occasional Advisor

samba server is not working for the second person.

Hi,
We have created some 5 users those who are accessing the samba server. If one logged in one desktop means(with their credential) it is not allowing to log in others in the same desktop with their password.... it is throwing the error

Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.

So we are deleting the share using windows command "net use /delete".Any other way to log in two users....

Regards,
Jenith Christopher.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: samba server is not working for the second person.

Shalom,

swlist -l product | grep samba
If that does not work try cifs

Need to know the version number among other things.

What is the security setting in smb.conf

Integration method is critical here. This may be a windows issue.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
jenith christopher
Occasional Advisor

Re: samba server is not working for the second person.

Thanks for your reply SEP.

this is the output of "swlist" command.

bkpsvr:root-/>swlist -l product | grep -i cifs
CIFS-Client A.01.09.03 CIFS Client
CIFS-Client A.02.01 CIFS Client
CIFS-Development A.02.02 HP CIFS Server Source Code Files
CIFS-Server A.02.02 HP CIFS Server (Samba) File and Print Services


permissions are like this (hav given here for 2 users)


[dharani]
path = /SW_Depot/dharani
valid users = dharani
public = yes
writable = yes
browsable = yes
printable = no
create mask = 0770

[pugal]
path = /SW_Depot/pugal
valid users = pugal
public = yes
writable = yes
browsable = yes
printable = no
create mask = 0770

It is allowing the first user... If the next user want to login with their username and password it is not allowing...

smbusers.map files shows what??? what are the entries should be there??? Even there is no file like this name(smbusers.map)

Regards,
Jenith Christopher.