summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-10-29 22:38:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:05 -0500
commit7565019286cf44f43c8066c005b1cd5c1556435f (patch)
tree292495b3e8902e91163eeea3d0e92d7af5656711 /source/utils
parenteefb911d0c66bdee586a86446e16723013f84101 (diff)
downloadsamba-7565019286cf44f43c8066c005b1cd5c1556435f.tar.gz
samba-7565019286cf44f43c8066c005b1cd5c1556435f.tar.xz
samba-7565019286cf44f43c8066c005b1cd5c1556435f.zip
r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redhat.com>
for bug #1717.The rest of the code needed to call this patch has not yet been checked in (that's my next task). This has not yet been tested - I'll do this once the rest of the patch is integrated. Jeremy.
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index 8296ccb5fba..3d515238316 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/utils/ntlm_auth.c
@@ -1184,7 +1184,7 @@ static BOOL manage_client_krb5_init(SPNEGO_DATA spnego)
pstr_sprintf(user, "%s@%s", opt_username, opt_domain);
if ((retval = kerberos_kinit_password(user, opt_password,
- 0, NULL))) {
+ 0, NULL, NULL))) {
DEBUG(10, ("Requesting TGT failed: %s\n", error_message(retval)));
return False;
}