<div class="content" name="SAMPR_USER_INTERNAL5_INFORMATION_NEW" uuid="563cc049-5e46-49a1-b0e0-86efe4bc6e19"><p>The SAMPR_USER_INTERNAL5_INFORMATION_NEW structure
communicates an encrypted password. The encrypted password uses a <span><a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_1672c769-f184-404a-9575-e637fd3a43ed" data-linktype="relative-path">salt</a></span>
to improve the encryption algorithm. See the specification for <span><a href="112ecc94-1cbe-41cd-b669-377402c20786" data-linktype="relative-path">SAMPR_ENCRYPTED_USER_PASSWORD_NEW (section 2.2.6.22)</a></span>
for details on salt value selection.</p><p>This structure is used to carry a new password for a particular
<span><a href="7b2aeb27-92fc-41f6-8437-deb65d950921#gt_8d10bd9d-392e-431b-8218-742bdac19815" data-linktype="relative-path">account</a></span>
from the client to the server, encrypted in a way that protects it from
disclosure or tampering while in transit. A random value, a salt, is used by
the client to seed the encryption routine; see section 2.2.6.22 for details.</p><dl>
<dd>
<div><pre> typedef struct _SAMPR_USER_INTERNAL5_INFORMATION_NEW {
   SAMPR_ENCRYPTED_USER_PASSWORD_NEW UserPassword;
   unsigned char PasswordExpired;
 } SAMPR_USER_INTERNAL5_INFORMATION_NEW,
  *PSAMPR_USER_INTERNAL5_INFORMATION_NEW;
</pre></div>
</dd></dl><p><b>UserPassword:</b>  A password, encrypted
according to the specification for SAMPR_ENCRYPTED_USER_PASSWORD_NEW, with the
encryption key being the 16-byte SMB session key obtained as specified in
either section <span><a href="c718b655-919f-43a8-8897-be080553e746" data-linktype="relative-path">3.1.2.4</a></span> or section <span><a href="a26ab2cb-3e09-4980-9f2d-8d75f73005ae" data-linktype="relative-path">3.2.2.3</a></span>.</p><p><b>PasswordExpired:</b>  See section <span><a href="899d68a9-8145-4334-a52f-2fbd92bec94f" data-linktype="relative-path">2.2.6.1</a></span>.</p></div>