(attr_to_flags): check for KRB5_KDB_OK_AS_DELEGATE

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-30 20:44:54 +00:00
parent f6c9db26bd
commit e1b08855ae

View File

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