From 2b05ba77b4e072bb1c584738cc79538166444fd3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 9 Feb 2011 16:52:35 +1100 Subject: s3-auth Rename cryptic 'ptok' to security_token This will allow the auth_serversupplied_info struct to be migrated to auth_session_info easier. Adnrew Bartlett Signed-off-by: Andrew Tridgell --- source3/smbd/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/password.c') diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 9be2b3b746..9c343badd2 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -293,7 +293,7 @@ int register_existing_vuid(struct smbd_server_connection *sconn, "Real name: %s\n", vuser->server_info->unix_name, vuser->server_info->info3->base.full_name.string)); - if (!vuser->server_info->ptok) { + if (!vuser->server_info->security_token) { DEBUG(1, ("register_existing_vuid: server_info does not " "contain a user_token - cannot continue\n")); goto fail; -- cgit