win32net.NetValidatePasswordPolicy
NetValidatePasswordPolicy(Server, Qualifier, ValidationType, arg)
Allows an application to check password compliance against an application-provided account database and verify that passwords meet the complexity, aging, minimum length, and history reuse requirements of a password policy.
Parameters
Comments
Will raise NotImplementedError if not available on this platform, or raise win32net.error if the function fails.
Return Value
Returns a tuple of (PyNET_VALIDATE_PERSISTED_FIELDS, int) with the integer being the ValidationResult.