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:
@@ -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
|
||||
|
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user