Home
last modified time | relevance | path

Searched refs:SMB_PWF_DISABLE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c637 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()
H A Dlibsmb.h436 #define SMB_PWF_DISABLE 0x04 /* Account is disabled */ macro
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c532 if (smbpw.pw_flags & SMB_PWF_DISABLE) in smb_logon_guest()
572 if (smbpw->pw_flags & SMB_PWF_DISABLE) in smb_token_auth_local()
H A Dsamr_svc.c1270 if (uinfo->su_ctrl & SMB_PWF_DISABLE) in samr_s_QueryDispInfo()