summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-05 03:20:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:02 -0500
commit61bd60957418b872688dc22ec41f7a7ec4f267b2 (patch)
tree33fdeea53b9aafa01b91a56ca24451e674767e49 /source4/auth/credentials/credentials.c
parent42f2bfbd9b13f0abec00d046f5e0b60fcaf343ef (diff)
downloadsamba-61bd60957418b872688dc22ec41f7a7ec4f267b2.tar.gz
samba-61bd60957418b872688dc22ec41f7a7ec4f267b2.tar.bz2
samba-61bd60957418b872688dc22ec41f7a7ec4f267b2.zip
r12060: Work towards allowing the credentials system to allow/deny certain
GENSEC mechansims. This will allow a machine join to an NT4 domain to avoid even trying kerberos, or a sensitive operation to require it. Andrew Bartlett (This used to be commit 11c7a89e523f85afd728d5e5f03bb084dc620244)
Diffstat (limited to 'source4/auth/credentials/credentials.c')
-rw-r--r--source4/auth/credentials/credentials.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.c b/source4/auth/credentials/credentials.c
index 75c6795e73..22b7772182 100644
--- a/source4/auth/credentials/credentials.c
+++ b/source4/auth/credentials/credentials.c
@@ -55,6 +55,7 @@ struct cli_credentials *cli_credentials_init(TALLOC_CTX *mem_ctx)
cred->smb_krb5_context = NULL;
cred->salt_principal = NULL;
cred->machine_account = False;
+ cred->gensec_list = NULL;
return cred;
}