summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-07-20 11:14:49 -0700
committerJeremy Allison <jra@samba.org>2010-07-20 11:14:49 -0700
commit7d17bfcf51880c84a2f2173c941f2955d045f5c5 (patch)
tree07d5cdec615b63be424a821d809f7f8db1e2036f /source3/libads
parent8a882b645c7913a12776065d239cd97d0628108c (diff)
downloadsamba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.tar.gz
samba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.tar.bz2
samba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.zip
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
as this correctly describes what this function does. Jeremy.
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c
index 277231b65c..5cd523155a 100644
--- a/source3/libads/sasl.c
+++ b/source3/libads/sasl.c
@@ -705,7 +705,7 @@ static ADS_STATUS ads_sasl_spnego_rawkrb5_bind(ADS_STRUCT *ads, const char *prin
return ADS_ERROR_NT(NT_STATUS_NOT_SUPPORTED);
}
- rc = spnego_gen_negTokenTarg(principal, ads->auth.time_offset, &blob, &session_key, 0,
+ rc = spnego_gen_krb5_negTokenInit(principal, ads->auth.time_offset, &blob, &session_key, 0,
&ads->auth.tgs_expire);
if (rc) {