Searched refs:SMB_PWF_DISABLE (Results 1 – 4 of 4) sorted by relevance
643 pw->pw_flags |= SMB_PWF_DISABLE; in smb_pwd_fgetent()688 smbpw->pw_flags |= SMB_PWF_DISABLE; in smb_pwd_chgpwent()695 if ((control & SMB_PWC_ENABLE) && (smbpw->pw_flags & SMB_PWF_DISABLE)) { in smb_pwd_chgpwent()704 if (smbpw->pw_flags & SMB_PWF_DISABLE) in smb_pwd_chgpwent()
456 #define SMB_PWF_DISABLE 0x04 /* Account is disabled */ macro
591 if (smbpw.pw_flags & SMB_PWF_DISABLE) in smb_logon_guest()631 if (smbpw->pw_flags & SMB_PWF_DISABLE) in smb_token_auth_local()
809 if ((account.a_flags & SMB_PWF_DISABLE) != 0) in samr_s_QueryUserInfo()1332 if (uinfo->su_ctrl & SMB_PWF_DISABLE) in samr_s_QueryDispInfo()