configure max login count

From: Dieter Springer (dspringer_at_rsw-orga.de)
Date: 10/18/05


Date: Tue, 18 Oct 2005 08:55:17 +0200

In openserver 5.0.X i need to limit the possible logins for each user. Each
user should only be able to login twice.
In the system documentation i only found info about limiting the number of
procecces per user but this is no help.
Currently i do a workaround in the profiles using finger|grep username|wc -l
but the profiles get changed from time to time during
application updates. Maybe there is a os-feature to help on this matter.
Any suggestions?

Dieter