mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.
Andrew Bartlett (This used to be commit 6d7f1daaf2a521864994e06b013c36287f27a129)
This commit is contained in:
parent
e5124bffca
commit
493cab3dbc
@ -285,7 +285,7 @@ static struct smbcli_request *session_setup_spnego(struct composite_context *c,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
status = gensec_set_target_service(session->gensec, "cifs");
|
||||
status = gensec_set_target_service(session->gensec, "CIFS");
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(1, ("Failed to start set GENSEC target service: %s\n",
|
||||
nt_errstr(status)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user