Read KDC profile settings in kpropd
authorGreg Hudson <ghudson@mit.edu>
Tue, 16 Nov 2010 02:54:26 +0000 (02:54 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 16 Nov 2010 02:54:26 +0000 (02:54 +0000)
kpropd can modify the KDB with ulog_replay(), so it should read the
KDC profile settings in case the KDB configuration is in there.

ticket: 6820
target_version: 1.9
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24519 dc483132-0cff-0310-8789-dd5450dbe970

src/slave/kpropd.c

index 929aaa4db37f882f053d166562add9773e84988d..a1d458348ba4632cd013c5a02b8ddd8138355b12 100644 (file)
@@ -1034,7 +1034,9 @@ void PRS(argv)
 
     (void) memset(&params, 0, sizeof (params));
 
-    retval = kadm5_init_krb5_context(&kpropd_context);
+    /* Since we may modify the KDB with ulog_replay(), we must read the KDC
+     * profile. */
+    retval = krb5int_init_context_kdc(&kpropd_context);
     if (retval) {
         com_err(argv[0], retval, "while initializing krb5");
         exit(1);