From 5700cbbd3fc0175932890df5f5ceb4931ba50dd3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 19 Dec 2001 02:50:44 +0000 Subject: Patch from dan_thibadeau@hp.com to allow domain set in authfile. Jeremy. --- source/client/client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/client/client.c b/source/client/client.c index c1b4ade011d..52c032e1309 100644 --- a/source/client/client.c +++ b/source/client/client.c @@ -2648,7 +2648,8 @@ static int do_message_op(void) } else if (strwicmp("username", param) == 0) pstrcpy(username, val); - + else if (strwicmp("domain", param) == 0) + pstrcpy(workgroup,val); memset(buf, 0, sizeof(buf)); } x_fclose(auth); -- cgit v1.2.1