diff options
author | Andreas Schneider <asn@samba.org> | 2020-08-20 09:40:41 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-11-03 15:25:37 +0000 |
commit | 1298280a22ef7494fb85a6a5953bae15d22fa204 (patch) | |
tree | 2913bf9b7dc8f1151faa063ea01e4b1c1b4b65a0 /source3/winbindd/winbindd_cm.c | |
parent | 7d846cd178d653600c71ee4bd6a491a9e48a56da (diff) | |
download | samba-1298280a22ef7494fb85a6a5953bae15d22fa204.tar.gz |
auth:creds: Rename CRED_USE_KERBEROS values
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_cm.c')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index e7399434536..4c1ccb479ff 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -707,7 +707,7 @@ static NTSTATUS cm_get_ipc_credentials(TALLOC_CTX *mem_ctx, } cli_credentials_set_conf(creds, lp_ctx); - cli_credentials_set_kerberos_state(creds, CRED_DONT_USE_KERBEROS); + cli_credentials_set_kerberos_state(creds, CRED_USE_KERBEROS_DISABLED); ok = cli_credentials_set_domain(creds, netbios_domain, CRED_SPECIFIED); if (!ok) { |