Searched refs:SMB_PWD_DISABLE (Results 1 – 1 of 1) sorted by relevance
49 #define SMB_PWD_DISABLE "*DIS*" macro630 if (strcmp(argv[SMB_PWD_LMHASH], SMB_PWD_DISABLE) == 0) { in smb_pwd_fgetent()633 (void) strcpy((char *)pw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_fgetent()634 (void) strcpy((char *)pw->pw_nthash, SMB_PWD_DISABLE); in smb_pwd_fgetent()677 (void) strcpy((char *)smbpw->pw_lmhash, SMB_PWD_DISABLE); in smb_pwd_chgpwent()678 (void) strcpy((char *)smbpw->pw_nthash, SMB_PWD_DISABLE); in smb_pwd_chgpwent()