source: trunk/third/moira/include/mr_krb.h @ 24319

Revision 24319, 521 bytes checked in by broder, 14 years ago (diff)
New Moira snapshot from SVN.
Line 
1/* $Id: mr_krb.h 3956 2010-01-05 20:56:56Z zacheiss $
2 *
3 * Copyright (C) 2009 by the Massachusetts Institute of Technology
4 *
5 * Define some useful constants that used to be provided by the krb4
6 * libraries.
7 *
8 */
9
10#define ANAME_SZ      40
11#define INST_SZ       40
12#define REALM_SZ      40
13/* include space for '.' and '@' */
14#define MAX_K_NAME_SZ (ANAME_SZ + INST_SZ + REALM_SZ + 2)
15
16#define KRB_REALM "ATHENA.MIT.EDU"
17
18#define kname_parse mr_kname_parse
19
20#define ERROR_TABLE_BASE_krb                     (39525376L)
Note: See TracBrowser for help on using the repository browser.