summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-05-10 09:50:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:35 -0500
commit493cab3dbc8ae3587f334eaf297646f7051e7781 (patch)
tree91aad06a0be5c7d3dd6dc17ae26e65d2b93c4660 /source4/libcli/composite
parente5124bffcac16ee927f0eebcd6d445456e904563 (diff)
downloadsamba-493cab3dbc8ae3587f334eaf297646f7051e7781.tar.gz
samba-493cab3dbc8ae3587f334eaf297646f7051e7781.tar.bz2
samba-493cab3dbc8ae3587f334eaf297646f7051e7781.zip
r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.
Andrew Bartlett (This used to be commit 6d7f1daaf2a521864994e06b013c36287f27a129)
Diffstat (limited to 'source4/libcli/composite')
-rw-r--r--source4/libcli/composite/sesssetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/composite/sesssetup.c b/source4/libcli/composite/sesssetup.c
index ab46c198ef..3c59f19781 100644
--- a/source4/libcli/composite/sesssetup.c
+++ b/source4/libcli/composite/sesssetup.c
@@ -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)));