kODAuthenticationTypeCrypt

Static kODAuthenticationTypeCrypt 

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

Use a crypt password stored in the user record if available to do the authentication.

Use a crypt password stored in the user record if available to do the authentication.

Authentication array has following items in order: user name in UTF8 encoding, password in UTF8 encoding

This method may not be supported by all plug-ins or for all users.

See also Apple’s documentation