From 5efec4e1b3300bd8f1792d1aaf1e758032a8d4fc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 Mar 1998 01:39:46 +0000 Subject: the default for old style accounts should be workstation trust account, not server trust account. (This used to be commit f2d1e39a66155497880dc0b26200a85adfe7af68) --- source3/passdb/smbpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb') diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index b481a501e6..0c5c290299 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -417,7 +417,7 @@ struct smb_passwd *getsmbpwent(FILE *fp) */ if(pw_buf.smb_name[strlen(pw_buf.smb_name) - 1] == '$') { pw_buf.acct_ctrl &= ~ACB_NORMAL; - pw_buf.acct_ctrl |= ACB_SVRTRUST; + pw_buf.acct_ctrl |= ACB_WSTRUST; } } -- cgit