limiting individual user use

limiting individual user use

Post by David Al » Sat, 27 Jul 1991 08:02:27



On our system, we have a group of clients whose use of the system
is free for the individual, and another group who pay for the
system resources used during each session.  As would be
expected, the "free accounts" have been tying up the port
access to the system, to the exclusion of the paying accounts.

We are looking for ways to limit the "free account" access on
a per-day, or time of day, basis.  (These accounts can be distinguished
by both their groupid and the first four characters of their
userid.)  Suggestions thus far are:

1) limit accounts to a certain amount of CPU or connect time per day,
   at which time their login session is terminated and/or their
   logins are prevented for the rest of the day.

2) Prohibiting "free accounts" from logging on during business hours.

3) Limit the number of "free accounts" that can be logged on
   at any one time.

4) Reserve a certain number of tty ports for paying accounts only
   (alter getty to prevent signons by "free accounts"?)

Does anyone have mechanisms in place to limit accounts
in any of these ways?  Any suggestions for better, or easier,
methods of seeing that resources can be equitably shared?
If you do have programs for limiting account use, would you
be able and willing to share them?

Thanks in advance for any time you can give to this.

Incidentally, we are running a Sun 3/280 with SunOs 4.0.3
(soon to be SunOs 4.1.1).

David Alix
Computer Center, Univ. of Calif., Santa Barbara

--

David Alix
Computer Center, Univ. of Calif., Santa Barbara
Postmaster, ucsbuxa

 
 
 

limiting individual user use

Post by Joshua Lack » Mon, 29 Jul 1991 03:15:18



> We are looking for ways to limit the "free account" access on
> a per-day, or time of day, basis.  (These accounts can be distinguished
> by both their groupid and the first four characters of their
> userid.)  Suggestions thus far are:

> 2) Prohibiting "free accounts" from logging on during business hours.

A very simple and easy method would be to place a line in thier
.login which checks for time of day, if it is between certain times
it displays a message and then logout.

Implementation is left for the student.

--------------------------------------------------------------------------
* Down With Cute Signitures !!! (DWCS)                                   *

--------------------------------------------------------------------------

 
 
 

limiting individual user use

Post by Adrian J » Wed, 31 Jul 1991 18:45:32



>A very simple and easy method would be to place a line in thier
>.login which checks for time of day, if it is between certain times
>it displays a message and then logout.
>Implementation is left for the student.

Disabling such checks is also left for the student.  8-)

A better way would be to write your own shell-wrapper that does
whatever checks it needs to, then execl the appropriate shell.

--
-----------------------------------------------------------------------------
Adrian Ho                                               Phone: (415) 642-5563
Undergrad, EECS Dept                         System Manager, CFD Lab, ME Dept

 
 
 

1. Limit connections from individual user

Do it in your CGI. Include a hidden unique number in your form. The
first
instance of the CGI puts this number in a status file when it starts,
removes it when it finishes. Other instances find the number in the file
and silently cease. Of course, the first instance will probably die when
it tries to output (broken pipe)...
--
Kurt J. Lanza

2. pre-configured panel pc with cf and qt or qt/e available?

3. How to limit CPU and/or memory resources an individual user can use?

4. Diamond Viper II

5. tc - limit for individual IPs in network

6. Windows XP to Solaris 9 IPSec VPN

7. Limiting bandwidth to individual computers

8. mutiple tv tuner cards and video capture cards, help needed

9. Limiting memory usage of Netscape (and individual processes)

10. Limiting individual process table sizes?

11. limit of users using my anonymous FTP

12. how to limit resources used by users?

13. limit of users using my anonymous FTP