Searched defs:SMB_PWD_DISABLE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c51 #define SMB_PWD_DISABLE "*DIS*" macro
636 if (strcmp(argv[SMB_PWD_LMHASH], SMB_PWD_DISABLE) == 0) {
639 (void) strcpy((char *)pw->pw_lmhash, SMB_PWD_DISABLE);
640 (void) strcpy((char *)pw->pw_nthash, SMB_PWD_DISABLE);
683 (void) strcpy((char *)smbpw->pw_lmhash, SMB_PWD_DISABLE);
684 (void) strcpy((char *)smbpw->pw_nthash, SMB_PWD_DISABLE);

Completed in 62 milliseconds