kODAuthenticationType2WayRandomChangePasswd

Static kODAuthenticationType2WayRandomChangePasswd 

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

Change the password for a user using the two-way random method.

Change the password for a user using the two-way random method. Does not require prior authentication.

Authentication array has following items in order: user name in UTF8 encoding, old password encrypted with new (should be 8 chars), new password encrypted with old (should be 8 chars)

See also Apple’s documentation