/*edit and compile cc -o alock alock.c
* put it in /usr/local/etc or /usr/local/sys/bin
* list it as a shell in /etc/shells
* use it to lock accounts - even http
*
* Steph 1994, 1995 (stephie@wizvax.net)
*/
#include <stdio.h>
main()
{
printf("Your account has been locked for one of many\n");
printf("possible reasons. Please call (704)274-1196 x126 or x133\n");
printf("to discuss this.\n");
fflush(stdout);
sleep(5);
}
----------
From: Philip A. Fitzpatrick[SMTP:phil@ilinks.net]
Sent: Friday, August 02, 1996 3:54 AM
To: radius
Subject: non-login accounts
I want to create some accounts which will be e-mail only accounts, and I am
currently using "UNIX" style passwords. Can I create dummy user records
which specify non-login accounts?
--Philip A. Fitzpatrick phil@ilinks.net