2024 Jan 10 10:29 AM
I am trying to develop a program which resets an Active Directory user password and sends the new one via email.
I have found similar questions:
LDAP User Password changing... | SAP Community
LDAP Reset Password | SAP Community
Resetting Active Directory Password | SAP Community
However, none of them actually explains how to do it and I don't even know where to start. I have look for LDAP FMs, and I guess that LDAP_MODIFY could be an option, but I cannot find any documentation about parameters or anything.
I would just need to know the correct way to interact with LDAP to send a username, reset his password, and retrieve the new one.