In kdb5_util's kdb5_ldap_create(), add back the assignment of
authorGreg Hudson <ghudson@mit.edu>
Mon, 19 Jul 2010 10:05:13 +0000 (10:05 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 19 Jul 2010 10:05:13 +0000 (10:05 +0000)
rblock.key which was erroneously removed in r24162.

ticket: 6749

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

src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c

index 97710aef8b9f9b097a8e7729b77fbb37d50d4416..fc360083b49f2a54e48cca9fb2d81fb79f4f5daf 100644 (file)
@@ -650,6 +650,7 @@ kdb5_ldap_create(int argc, char *argv[])
             goto err_nomsg;
         }
 
+        rblock.key = &master_keyblock;
     }
 
     /* Create special principals inside the realm subtree */