For a user attempting to reset their active directory password over ldap via php, If I use ldap_mod_replace or ldap_modify, SELF must have "Reset Password" permissions as opposed to only "Change Password" permissions for that user account. Is there another php command I can use, so that I don't have to give the users "Reset Password" permissions or specify an administrator un/pw in the script? Phillip