diff --git a/lib/kadm5/get_s.c b/lib/kadm5/get_s.c index 140d34154..b82ad1fa7 100644 --- a/lib/kadm5/get_s.c +++ b/lib/kadm5/get_s.c @@ -108,6 +108,7 @@ kadm5_s_get_principal(void *server_handle, out->attributes |= ent.entry.flags.change_pw ? KRB5_KDB_PWCHANGE_SERVICE : 0; out->attributes |= ent.entry.flags.ok_as_delegate ? KRB5_KDB_OK_AS_DELEGATE : 0; out->attributes |= ent.entry.flags.trusted_for_delegation ? KRB5_KDB_TRUSTED_FOR_DELEGATION : 0; + out->attributes |= ent.entry.flags.allow_kerberos4 ? KRB5_KDB_ALLOW_KERBEROS4 : 0; } if(mask & KADM5_MAX_LIFE) { if(ent.entry.max_life)