kadmin: Add auth-data-reqd attribute

This commit is contained in:
Nicolas Williams
2023-06-04 22:55:13 -05:00
committed by Nico Williams
parent f126ea6d62
commit cfd798faaf
2 changed files with 44 additions and 19 deletions

View File

@@ -47,6 +47,7 @@ get_response(const char *prompt, const char *def, char *buf, size_t len);
*/
struct units kdb_attrs[] = {
{ "auth-data-reqd", KRB5_KDB_AUTH_DATA_REQUIRED },
{ "no-auth-data-reqd", KRB5_KDB_NO_AUTH_DATA_REQUIRED },
{ "disallow-client", KRB5_KDB_DISALLOW_CLIENT },
{ "virtual", KRB5_KDB_VIRTUAL },