mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
fix typo in last commit
This commit is contained in:
parent
92ef3ba790
commit
bfdceee00f
1 changed files with 2 additions and 2 deletions
|
|
@ -382,14 +382,14 @@ static int smbk5pwd_exop_passwd(
|
|||
if ( lutil_atoi( &kvno, a->a_vals[0].bv_val ) != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY, "%s smbk5pwd EXOP: "
|
||||
"dn=\"%s\" unable to parse krb5KeyVersionNumber=\"%s\"\n",
|
||||
op->o_log, e->e_name.bv_val, a->a_vals[0].bv_val );
|
||||
op->o_log_prefix, e->e_name.bv_val, a->a_vals[0].bv_val );
|
||||
}
|
||||
|
||||
} else {
|
||||
/* shouldn't happen, this is a required attr */
|
||||
Debug( LDAP_DEBUG_ANY, "%s smbk5pwd EXOP: "
|
||||
"dn=\"%s\" missing krb5KeyVersionNumber\n",
|
||||
op->o_log, e->e_name.bv_val, 0 );
|
||||
op->o_log_prefix, e->e_name.bv_val, 0 );
|
||||
}
|
||||
|
||||
ret = _kadm5_set_keys(kadm_context, &ent, qpw->rs_new.bv_val);
|
||||
|
|
|
|||
Loading…
Reference in a new issue