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%).
- The project is used in the UMRA application at two places:
- As the initial project of project ResetPassword - GetUsers;
- 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.
|