summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/ChangeLog1
-rw-r--r--src/include/krb5/stock/osconf.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/stock/ChangeLog b/src/include/krb5/stock/ChangeLog
index ae9623d97..23ab74913 100644
--- a/src/include/krb5/stock/ChangeLog
+++ b/src/include/krb5/stock/ChangeLog
@@ -2,6 +2,7 @@ Thu Oct 5 21:45:13 1995 Theodore Y. Ts'o <tytso@dcl>
* osconf.h (DEFAULT_KDC_PROFILE): Change the name of the kdc
configuration file to be kdc.conf.
+ Added DEFAULT_KDC_PORTLIST.
Tue Sep 26 22:47:15 1995 Mark Eichin <eichin@cygnus.com>
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 4e9e5606e..0c5e4eaf8 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -66,6 +66,8 @@
#define KRB5_DEFAULT_PORT 88
#define KRB5_DEFAULT_SEC_PORT 750
+#define DEFAULT_KDC_PORTLIST "88,750"
+
#define MAX_DGRAM_SIZE 4096
#define MAX_SKDC_TIMEOUT 30
#define SKDC_TIMEOUT_SHIFT 2 /* left shift of timeout for backoff */