mirror of
https://github.com/samba-team/samba.git
synced 2025-10-17 15:33:16 +03:00
r25328: When using ldap sasl wrapping with gssapi it's important to receive warnings
for clock-skew errors.
Guenther
(This used to be commit 53c99d415d
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
aea0d4b9a0
commit
3309aacc99
@@ -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);
|
||||
|
Reference in New Issue
Block a user