(attr_to_flags): Add KRB5_KDB_ALLOW_KERBEROS4
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17651 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,6 +55,7 @@ attr_to_flags(unsigned attr, HDBFlags *flags)
|
|||||||
flags->client = 1; /* XXX */
|
flags->client = 1; /* XXX */
|
||||||
flags->ok_as_delegate = !!(attr & KRB5_KDB_OK_AS_DELEGATE);
|
flags->ok_as_delegate = !!(attr & KRB5_KDB_OK_AS_DELEGATE);
|
||||||
flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION);
|
flags->trusted_for_delegation = !!(attr & KRB5_KDB_TRUSTED_FOR_DELEGATION);
|
||||||
|
flags->allow_kerberos4 = !!(attr & KRB5_KDB_ALLOW_KERBEROS4);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user