add HDBGET: that only supports get, iteration doesnt really make sense for the HDB keytab except when dumping
This commit is contained in:
@@ -424,3 +424,19 @@ krb5_kt_ops hdb_kt_ops = {
|
||||
NULL,
|
||||
0
|
||||
};
|
||||
|
||||
krb5_kt_ops hdb_get_kt_ops = {
|
||||
"HDBGET",
|
||||
hdb_resolve,
|
||||
hdb_get_name,
|
||||
hdb_close,
|
||||
NULL,
|
||||
hdb_get_entry,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
0
|
||||
};
|
||||
|
Reference in New Issue
Block a user