International

Testimonial

UserManagemeNT provided us the ability to easily delegate the mundane activities related to the creation and maintenance of user accounts. The GUI is intuitive and easy for non-technical personnel to use; a new user can be created in just a few minutes. Greg Hutton School of Business University of Alberta

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 demo

Testimonial

This is a great product. We use it to create and delete ALL our Active directory accounts. Very easy to setup and use.

Ryan Corcoran

Read more...

Previous Topic

Next Topic

Book Contents

UMRA application flow

This section briefly describes the most important features executed when the UMRA application runs:

  1. In the UMRA Forms application, the end-user selects the form project - Novell eDirectory - Reset password. A request is sent to the UMRA Service to create the form and contents of the form and return it to the UMRA Forms client.
  2. As a response, the UMRA Service checks the access rights and loads the form of the Novell eDirectory - Reset password project. As the initial project, the ResetPassword - GetUsers is configured. Before the form is created, the script of this project is executed.
  3. The ResetPassword - GetUsers project executes the variable initialization project ResetPassword - InitializeVars. Next, the project connects to the LDAP server to setup a session, and queries for the user accounts. The results are stored in a table and shown in the form.
  4. The end-user selects a user account, enters a new password and submits the form.
  5. The script of the main project, Novell eDirectory - Reset password is now executed. First, the variables are initialized (project: ResetPassword - InitializeVars). An LDAP modification data structure that contains the new password is initialized. The password is updated. The procedure contains with step 2.

See Also

Setting a user account password on Novell eDirectory

Example project

Project: ResetPassword - InitializeVars

Project: ResetPassword - GetUsers

Project: Novell eDirectory - Reset password