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