Added DEFAULT_KDC_PORTLIST
authorTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 02:33:20 +0000 (02:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 6 Oct 1995 02:33:20 +0000 (02:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6933 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/ChangeLog
src/include/krb5/stock/osconf.h

index ae9623d973097ddde4ae067b66a6d00d0a85e38e..23ab749131b2b0a3fcfecf363e2d9d3b13002c58 100644 (file)
@@ -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>
 
index 4e9e5606ed4b8a9c1070fce191f909734da89734..0c5e4eaf89ad8b34e933d1b101381d748ba6f95b 100644 (file)
@@ -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 */