Skip Menu |
 

Subject: fixing several bugs relating to the migrate mkey project using a LDAP KDB
While testing the migrate mkey functionality when a LDAP KDB is in use I
noticed these commands failed:
kdb5_util add_mkey
kdb5_util update_princ_encryption -f
kdb5_util -x "binddn=cn=adm-service,dc=zone,dc=net" purge_mkeys -f

I have a small patch which fixes these issues and also removes some dead
code that was introduced by the migrate mkey project.
From: william.fiveash@sun.com
Subject: SVN Commit

Several small fixes to enable the migrate mkey commands to work properly with a LDAP KDB. See the ticket for more details.


https://github.com/krb5/krb5/commit/d6012ef017e13f179cf9846cdac812878cf6eab1
Commit By: wfiveash
Revision: 22073
Changed Files:
U trunk/src/kadmin/dbutil/kdb5_mkey.c
U trunk/src/lib/kdb/kdb5.c
U trunk/src/plugins/kdb/ldap/libkdb_ldap/kdb_xdr.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22073 from trunk

------------------------------------------------------------------------
r22073 | wfiveash | 2009-03-10 16:26:24 -0400 (Tue, 10 Mar 2009) | 5 lines
Changed paths:
M /trunk/src/kadmin/dbutil/kdb5_mkey.c
M /trunk/src/lib/kdb/kdb5.c
M /trunk/src/plugins/kdb/ldap/libkdb_ldap/kdb_xdr.c

ticket: 6405
Tags: pullup

Several small fixes to enable the migrate mkey commands to work properly with a LDAP KDB. See the ticket for more details.

https://github.com/krb5/krb5/commit/867dec403b684e6c8f76809786067433a5eb5749
Commit By: tlyu
Revision: 22217
Changed Files:
U branches/krb5-1-7/src/kadmin/dbutil/kdb5_mkey.c
U branches/krb5-1-7/src/lib/kdb/kdb5.c
U branches/krb5-1-7/src/plugins/kdb/ldap/libkdb_ldap/kdb_xdr.c