17 Jun
2010
17 Jun
'10
10:56 a.m.
Jens Weibler wrote:
The question is: why isn't the check allowing workstations?
if (((smb_ctrl->vp_integer & ACB_DISABLED) != 0) || (((smb_ctrl->vp_integer & ACB_NORMAL) == 0) && (smb_ctrl->vp_integer & ACB_WSTRUST == 0))) { RDEBUG2("SMB-Account-Ctrl says that the account is disabled, or is not a normal account.");
Hmm... The workstation accounts work when using Active Directory. Others have gotten it to work with Samba. I'm not sure what's different about your setup. Alan DeKok.