user_login [login]
user_login authorizes a user login, and initializes fields in their ACUA user record. It must be called whenever a user logs in or I can guarantee you will not like the results. You should put the following line in the system-wide startup script (i.e. /etc/zlogin):
If you are using mgetty's AutoPPP feature, you will want to put the following line in your ip-up script:
/usr/sbin/user_login < $2 || {
}
NOTE: Only root can specify a login name on the command line.
Adam McKee
Last modified: Mon Apr 7 19:49:27 CST 1997