summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-20 10:28:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:04 -0500
commitb0c7c175b1c1ed45a31a710e4fbe18bbffdd6d38 (patch)
tree27e92188d9370e57600e9454727d85aa7fc7829f /source4/auth/credentials/credentials.c
parent2817ef9f53e30c509ccf972beab617a897bd6724 (diff)
downloadsamba-b0c7c175b1c1ed45a31a710e4fbe18bbffdd6d38.tar.gz
samba-b0c7c175b1c1ed45a31a710e4fbe18bbffdd6d38.tar.bz2
samba-b0c7c175b1c1ed45a31a710e4fbe18bbffdd6d38.zip
r11220: Add the ability to handle the salt prinicpal as part of the
credentials. This works with the setup/secrets.ldif change from the previous patch, and pretty much just re-invents the keytab. Needed for kpasswdd work. Andrew Bartlett (This used to be commit cc9d167bab280eaeb793a5e7dfdf1f31be47fbf5)
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 9be877dd2c..5fe6daddbe 100644
--- a/source4/auth/credentials/credentials.c
+++ b/source4/auth/credentials/credentials.c
@@ -51,6 +51,7 @@ struct cli_credentials *cli_credentials_init(TALLOC_CTX *mem_ctx)
cred->old_password = NULL;
cred->smb_krb5_context = NULL;
+ cred->salt_principal = NULL;
return cred;
}