Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c49 #define SMB_PWD_DISABLE "*DIS*" macro
630 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()