NetBSD/crypto/dist/krb4/appl/bsd
agc dc4f8c2e1a Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22252, verified by myself.
2003-08-07 09:15:17 +00:00
..
Makefile.am
Makefile.in
README.login
bsd_locl.h
encrypt.c
forkpty.c
kcmd.c
klogin.c
krcmd.c
login.1
login.access.5
login.c
login_access.c
login_fbtab.c
osfc2.c
pathnames.h
rcmd_util.c
rcp.1
rcp.c
rcp_util.c
rlogin.1
rlogin.c
rlogind.8
rlogind.c
rsh.1
rsh.c
rshd.8
rshd.c
stty_default.c
su.1
su.c
sysv_default.c
sysv_default.h
sysv_environ.c
sysv_shadow.c
sysv_shadow.h
tty.c
utmp_login.c
utmpx_login.c

README.login

This login has additional functionalities. They are all based on (part of)
Wietse Venema's logdaemon package.


The following defines can be used:
1) LOGIN_ACCESS to allow access control on a per tty/user combination
2) LOGALL to log all logins

-Guido

This login has some of Berkeley's paranoid/broken (depending on your point
of view) Kerberos code conditionalized out, so that by default it works like
klogin does at MIT-LCS.  You can define KLOGIN_PARANOID to re-enable this code.
This define also controls whether a warning message is printed when logging
into a system with no krb.conf file, which usually means that Kerberos is
not configured.

-GAWollman

(removed S/Key,	/assar)