(attr_to_flags): try to set `client'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4230 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -56,6 +56,7 @@ attr_to_flags(unsigned attr, HDBFlags *flags)
|
|||||||
/* HW_AUTH */
|
/* HW_AUTH */
|
||||||
flags->server = !(attr & KRB5_KDB_DISALLOW_SVR);
|
flags->server = !(attr & KRB5_KDB_DISALLOW_SVR);
|
||||||
flags->change_pw = !!(attr & KRB5_KDB_PWCHANGE_SERVICE);
|
flags->change_pw = !!(attr & KRB5_KDB_PWCHANGE_SERVICE);
|
||||||
|
flags->client = !!(attr & KRB5_KDB_DISALLOW_SVR);
|
||||||
}
|
}
|
||||||
|
|
||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
|
Reference in New Issue
Block a user