why is KRB5_TL_DB_ARGS in the SECURID #ifdef in kdb.h?

Chris Hecker checker at d6.com
Tue Jul 26 02:47:58 EDT 2011


Seems like it should be outside this ifdef, since it's needed for adding 
the tl data for supporting -x...

#ifdef SECURID
#define KRB5_TL_SECURID_STATE           0x0006
#define KRB5_TL_DB_ARGS                 0x7fff
#endif /* SECURID */

I assume this is why it's defined locally in kadmin.c and kdb5.c, and 
why kdb5_ldap_realm.c defines SECURID?

Chris




More information about the Kerberos mailing list