summaryrefslogtreecommitdiffstats
path: root/source/winbind
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-02-21 00:07:59 +0000
committerAndrew Bartlett <abartlet@samba.org>2006-02-21 00:07:59 +0000
commitc16546d8f59ae2d7b54960d61a16a7fce392115c (patch)
treea7ee5f12f23b7623348328acae76656cd4ef1b1a /source/winbind
parentd665e14049ed21c9e59d1f971cf7c71bb76d80c6 (diff)
downloadsamba-c16546d8f59ae2d7b54960d61a16a7fce392115c.tar.gz
samba-c16546d8f59ae2d7b54960d61a16a7fce392115c.tar.xz
samba-c16546d8f59ae2d7b54960d61a16a7fce392115c.zip
r13583: Realise that the member server name appears in all calls that use the
credentials. Consistantly rename these elements in the IDL to computer_name. Fix the server-side code to always lookup by this name. Add new, even nastier tests to RPC-SCHANNEL to prove this. Andrew Bartlett
Diffstat (limited to 'source/winbind')
-rw-r--r--source/winbind/wb_pam_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbind/wb_pam_auth.c b/source/winbind/wb_pam_auth.c
index 593cd22291d..f85cfd1f1aa 100644
--- a/source/winbind/wb_pam_auth.c
+++ b/source/winbind/wb_pam_auth.c
@@ -153,7 +153,7 @@ static void pam_auth_crap_recv_domain(struct composite_context *ctx)
ZERO_STRUCT(state->auth2);
- state->r.in.workstation =
+ state->r.in.computer_name =
cli_credentials_get_workstation(domain->schannel_creds);
state->r.in.credential = &state->auth;
state->r.in.return_authenticator = &state->auth2;