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 #ifdef DIAGNOSTICS
extern int diagnostic; /* telnet diagnostic capabilities */ extern int diagnostic; /* telnet diagnostic capabilities */
#endif /* DIAGNOSTICS */ #endif /* DIAGNOSTICS */
#if defined(SecurID) extern int require_otp;
extern int require_SecurID;
#endif
#if defined(AUTHENTICATION) #if defined(AUTHENTICATION)
extern int auth_level; extern int auth_level;
#endif #endif

View File

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