1849466 Members
6848 Online
104044 Solutions
New Discussion

Re: User login

 
SOLVED
Go to solution
Jeff Chou
Occasional Advisor

User login

Could anyone give me a support?
Create a new user in UNIX machine, then this
user can be logon more than 1 machine at the
same time. Is it possible login failed when
user has been logon? That's allow this user logon once at the same time. If it is, how to configure in SAM?

Thanks!!
Jeff
4 REPLIES 4
Frederic Sevestre
Honored Contributor

Re: User login

Hi,
A same user can use multiple connexions on the server. There is no specific option while creating the user.
Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Hell.Leader
Occasional Advisor
Solution

Re: User login

You can do like this:
Edit the user's ".profile": when the user logon, create a LOCK file. If the user's LOCK file exists,exit the session. If the user logout normally, remove the LOCK file.
Hope it will be helpful.
HPcert
Jeff Chou
Occasional Advisor

Re: User login

Hi,
Is it possible user login failed
when user has been logon on the other machine?

Thanks
Jeff
Robin Wakefield
Honored Contributor

Re: User login

Hi Jeff,

Normally, no, but obviously if this is happening, something's wrong. What error is the user seeing?

Rgds, Robin.