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:
parent
25cc27df97
commit
53c99d415d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user