TestimonialUMRA continues to be a valuable asset to our organization. With our growing number of students, we purchased additional UMRA licenses and even brought our high school business classes into the domain due to the fact UMRA makes expanding the AD painless.Justin Myers Joplin R8 Schools![]() ![]() We help you!Want to know more? A price quote or online demo? Call us +852 - 2512 8491 sales@logon-int.com Give me an online demoTestimonialUMRA has been a great help for us to get grip on our usermanagement. We use it to delegate usermanagement to our service department, to auto-update users with input from our personel files and for mass-edit -move and -check users. UMRA -and its support- has proven itself to be very flexible in use even in a complex environment. Ing. A. Gotink ICT Expert / Productmanager WindowsRead more... |
Script to reset a passwordThe script to reset the password of the selected user account connects to the LDAP Service, initializes the attributes modification data and updates the directory service user account.
With the Execute script action, the variables used to setup the LDAP session are initialized. The LDAP session is initialized using SSL.
The LDAP modification data is setup with a single attribute that is used for the user account password. The name of the attribute, as defined by the eDirectory schema is: userPassword. The type of modification is: replace since the current attribute value must be replaced by the new one.
The value of the attribute is set equal to the specified variable %NewPassword%. When the modification data is setup, the update can be made.
The action is completely specified by the following variables:
When the script is executed, the form is returned to allow the end-user to reset the password of the next user account. |