=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/servconf.h 1999/10/07 22:46:32 1.6 +++ src/usr.bin/ssh/servconf.h 1999/10/11 21:07:37 1.7 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: servconf.h,v 1.6 1999/10/07 22:46:32 markus Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.7 1999/10/11 21:07:37 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -59,6 +59,7 @@ int skey_authentication; /* If true, permit s/key authentication. */ #endif int permit_empty_passwd; /* If false, do not permit empty passwords. */ + int use_login; /* If true, login(1) is used */ unsigned int num_allow_hosts; char *allow_hosts[MAX_ALLOW_HOSTS]; unsigned int num_deny_hosts;