check_plaintext_password   85 source3/auth/auth_compat.c 		nt_status = check_plaintext_password(smb_name, plaintext_password, &server_info);
check_plaintext_password   41 source3/include/proto.h NTSTATUS check_plaintext_password(const char *smb_name, DATA_BLOB plaintext_password, auth_serversupplied_info **server_info);
check_plaintext_password 2624 source3/smbd/lanman.c 		if (NT_STATUS_IS_OK(check_plaintext_password(user,password,&server_info))) {