public bool ChangeUserPassword(ILdapUser user, string newPwd)
 {
     _ldapCurrentState = _manageLdapUser.ChangeUserPassword(user, newPwd);
     return(LdapStateUtils.ToBoolean(_ldapCurrentState));
 }