Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxj!houxm!ihnp4!zehntel!hplabs!hao!seismo!brl-tgr!tgr!jmrm@eng-dsl From: James Matheson Newsgroups: net.unix-wizards Subject: Re: maxusers in config file (4BSD) Message-ID: <7602@brl-tgr.ARPA> Date: Mon, 21-Jan-85 15:12:24 EST Article-I.D.: brl-tgr.7602 Posted: Mon Jan 21 15:12:24 1985 Date-Received: Thu, 24-Jan-85 06:35:26 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 9 Ed Gould writes > In order to comply with AT&T's restrictions on binary licenses, we've > added a maxusers() system call that returns the value from the > config maxusers parameter. The limit is enforced by login(1), > by counting the numbers of entries in /etc/utmp. This will only work if the login process used actually updates utmp. People could get round this by writing their own /bin/login without this feature and hey presto no limit!