kODAuthenticationTypeSetLMHash

Static kODAuthenticationTypeSetLMHash 

Source
pub unsafe static kODAuthenticationTypeSetLMHash: Option<&'static ODAuthenticationType>
Available on crate feature CFOpenDirectoryConstants only.
Expand description

Set the LAN Manager hash for an account.

Set the LAN Manager hash for an account. This method requires prior authentication. Setting the LM hash for an account instead of the plain text password can cause the Windows password to get out-of-sync with the password for other services. Therefore, this authentication method should only be used when there is no other choice.

Authentication array has following items in order: user name in UTF8 encoding, LAN Manager hash buffer

See also Apple’s documentation