Operating System - HP-UX
1836877 Members
2064 Online
110111 Solutions
New Discussion

Maximum number of simultaneous logins(more then 4) in trusted system

 
SOLVED
Go to solution
Mike_305
Super Advisor

Maximum number of simultaneous logins(more then 4) in trusted system

Hi,

We recently implemented trusted system on HP-UX 11i and some user needs more then 3 simultaneous logins session, how can I change the default from 3 sessions to 5 or more. I have looked at the documentation for trusted system and I don't see a parameter that I can change in trusted system database.

Thanks in Advance.

Mike
If there is problem then don't think as problem, think as opportunity.
4 REPLIES 4
RAC_1
Honored Contributor

Re: Maximum number of simultaneous logins(more then 4) in trusted system

The trusted system does not have any such thing. Your system must be using /etc/default security file. man 4 security for details.

Anil
There is no substitute to HARDWORK
Pete Randall
Outstanding Contributor
Solution

Re: Maximum number of simultaneous logins(more then 4) in trusted system

Check to see if you have NUMBER_OF_LOGINS_ALLOWED set in the /etc/default/security file. You would have to raise that limit and it would affect all users.


Pete

Pete
Rick Garland
Honored Contributor

Re: Maximum number of simultaneous logins(more then 4) in trusted system

The NUMBER_OF_LOGINS_ALLOWED as defined in the /etc/default/security needs to be set.

If this will be different from all other users of the system, inputy a check into the /etc/profile that will count the number of logins for that user and if the limit has been reached disallow any more logins.

Mike_305
Super Advisor

Re: Maximum number of simultaneous logins(more then 4) in trusted system

Thanks Guys.

THX - Mike
If there is problem then don't think as problem, think as opportunity.