Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
}
/* Was the krbtgt in this DB (ie, should we check the incoming signature) and was it an RODC */
-int samba_krbtgt_is_in_db(struct samba_kdc_entry *p,
- bool *is_in_db,
- bool *is_trusted)
+krb5_error_code samba_krbtgt_is_in_db(struct samba_kdc_entry *p,
+ bool *is_in_db,
+ bool *is_trusted)
{
NTSTATUS status;
krb5_error_code ret;
bool samba_princ_needs_pac(const struct samba_kdc_entry *skdc_entry);
-int samba_krbtgt_is_in_db(struct samba_kdc_entry *skdc_entry,
- bool *is_in_db,
- bool *is_trusted);
+krb5_error_code samba_krbtgt_is_in_db(struct samba_kdc_entry *skdc_entry,
+ bool *is_in_db,
+ bool *is_trusted);
NTSTATUS samba_kdc_get_user_info_from_db(struct samba_kdc_entry *skdc_entry,
const struct ldb_message *msg,