(attr_to_flags): Add KRB5_KDB_TRUSTED_FOR_DELEGATION

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17631 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-06 21:29:57 +00:00
parent 58cd867836
commit 5e6ee1d986

View File

@@ -54,6 +54,7 @@ attr_to_flags(unsigned attr, HDBFlags *flags)
flags->change_pw = !!(attr & KRB5_KDB_PWCHANGE_SERVICE);
flags->client = 1; /* XXX */
flags->ok_as_delegate = !!(attr & KRB5_KDB_OK_AS_DELEGATE);
flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION);
}
/*