Searched refs:SMB_PWF_DISABLE (Results 1 – 4 of 4) sorted by relevance
637 pw->pw_flags |= SMB_PWF_DISABLE; in smb_pwd_fgetent()682 smbpw->pw_flags |= SMB_PWF_DISABLE; in smb_pwd_chgpwent()689 if ((control & SMB_PWC_ENABLE) && (smbpw->pw_flags & SMB_PWF_DISABLE)) { in smb_pwd_chgpwent()698 if (smbpw->pw_flags & SMB_PWF_DISABLE) in smb_pwd_chgpwent()
436 #define SMB_PWF_DISABLE 0x04 /* Account is disabled */ macro
532 if (smbpw.pw_flags & SMB_PWF_DISABLE) in smb_logon_guest()572 if (smbpw->pw_flags & SMB_PWF_DISABLE) in smb_token_auth_local()
1270 if (uinfo->su_ctrl & SMB_PWF_DISABLE) in samr_s_QueryDispInfo()