Is it possible to do an LDAP Password Modify Extended Operation, as
specified in RFC 3062? The password hashing scheme in the LDAP directory I
am working with may change periodically, so it is my understanding that I
can't hash a new password according to a specific scheme, e.g., {SHA}, on
my side. Instead, I should use an Extended Operation and let the directory
do the hashing. Is that correct? The help page for ldap_set_option
suggests that it might be possible, but I sure can't find any example code
anywhere.
TIA
Kirk