projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b094b0
)
Added support for KRB5_KRB4_COMPAT flag
author
Theodore Tso
<tytso@mit.edu>
Fri, 14 Jan 1994 20:19:39 +0000
(20:19 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Fri, 14 Jan 1994 20:19:39 +0000
(20:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3338
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/config.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/config.h
b/src/include/krb5/stock/config.h
index 65207dc0610f37e8a8238a55d7db0b533b417912..fe1ade3d2284cfe6c344c3f29c101f097538d085 100644
(file)
--- a/
src/include/krb5/stock/config.h
+++ b/
src/include/krb5/stock/config.h
@@
-155,6
+155,10
@@
typedef int krb5_sigtype;
#define KRB5_KDB_MAX_RLIFE (60*60*24*7) /* one week */
#define KRB5_KDB_EXPIRATION 2145830400 /* Thu Jan 1 00:00:00 2038 UTC */
+#ifdef Krb4Compat
+#define KRB5_KRB4_COMPAT
+#endif
+
/*
* For paranoid DOE types that don't want to give helpful error
* messages to the client....er, attacker