1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r25328: When using ldap sasl wrapping with gssapi it's important to receive warnings

for clock-skew errors.

Guenther
This commit is contained in:
Günther Deschner 2007-09-26 01:02:52 +00:00 committed by Gerald (Jerry) Carter
parent 25cc27df97
commit 53c99d415d

View File

@ -811,6 +811,11 @@ static ADS_STATUS ads_sasl_spnego_bind(ADS_STRUCT *ads)
if (ADS_ERR_OK(status)) {
status = ads_sasl_spnego_krb5_bind(ads, &p);
if (!ADS_ERR_OK(status)) {
DEBUG(0,("kinit succeeded but "
"ads_sasl_spnego_krb5_bind failed: %s\n",
ads_errstr(status)));
}
}
ads_free_service_principal(&p);