Hello, I am trying to build a form where a user enters a new password. The password should be checked "live" against the AD password policy, but will be set at a later point. I couldn't find a way to just get password policy info and validate a password against them, without sending some form of modify request. I just want some true/false info if the password matches the policy. Is there some way to do that? Or is this just not possible through the UnboundID SDK or Active Directory? Thanks in ad...