Removed require_securid and added require_otp

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@994 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-17 00:19:59 +00:00
parent 1fecad00ea
commit 6d9e46f55d
2 changed files with 2 additions and 6 deletions

View File

@@ -54,9 +54,7 @@ extern int restartany; /* restart output on any character state */
#ifdef DIAGNOSTICS
extern int diagnostic; /* telnet diagnostic capabilities */
#endif /* DIAGNOSTICS */
#if defined(SecurID)
extern int require_SecurID;
#endif
extern int require_otp;
#if defined(AUTHENTICATION)
extern int auth_level;
#endif

View File

@@ -66,9 +66,7 @@ int restartany; /* restart output on any character state */
#ifdef DIAGNOSTICS
int diagnostic; /* telnet diagnostic capabilities */
#endif /* DIAGNOSTICS */
#if defined(SecurID)
int require_SecurID;
#endif
int require_otp;
slcfun slctab[NSLC + 1]; /* slc mapping table */