International

Testimonial

User Management Resource Administrator has been an incredible help to our IT organization. It has cut user creation time from 10-15 minutes per user to 10-15 seconds. This saves a great deal of man hours each week, which saves money.

Robb Wilber

Faurecia

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

We have been using UserManagemeNT for over 5 years to assist in creating accounts in our Active Directory environment. It has allowed us to automate the creation of the accounts and the related shares as well as easily assign the appropriate AD groups according to the department of the new employee. Recently we upgraded our license and installed the lastest release of UMRA. We are looking forward ...

Dan Mayer

Read more...

Previous Topic

Next Topic

Book Contents

Project: ResetPassword - InitializeVars

The project only contains a script, not a form. The script initializes the variables that are specific to your environment. The other projects used in the UMRA application do not contain any other environment dependant variable.

Figure 23: Script actions of initialization project ResetPassword - InitializeVars.

The variables initialized are used to setup the LDAP session (%LdapServer%, %LdapUserName and %LdapPassword%) and to search for user accounts in the eDirectory subtree (%LdapUserTreeDn%).

  1. The project is used in the UMRA application at two places:
  2. As the initial project of project ResetPassword - GetUsers;
  3. The project is also executed as the first line of the script of the main project Novell eDirectory - Reset password to initialize the variables.

Note that the password specified is encrypted. The actual value is obtained by decryption just before the actual session is setup.

See Also

Setting a user account password on Novell eDirectory

Example project

UMRA application flow

Project: ResetPassword - GetUsers

Project: Novell eDirectory - Reset password