|
How to create and delete accounts
|
|
| · | In the grid - right-click an existing account in the desired target container and select "Create" in the popup menu. The new account dialog is now displayed.
|
| · | The dialog heading shows for which OS and in which container the account is to be created.
|
| · | The script field contains the name of the SetupBatcher script that is executed when the account is created. Click the "change" button to select another script. The dialog remembers last selected script for each OS. Notice that when a new script is selected for an OS in the new account dialog it is also changed for the same OS in the delete account dialog and vice versa, this is in order to always use [Batch] and [Undo] sections from the same script.
|
| · | The "*" character after a field name indicates a mandatory field that must be filled out in order to create an account. Account name and password are always mandatory, if other fields are mandatory or not is user definable.
|
| · | [The "Generate" button is not supported yet and thus disabled.]
|
| · | Click "Random" to generate a password. The password format is defined in the options dialog under "SetupExplorer" / "Password generator". The syntax is the same as for pronounceable passwords in SetupBatcher.
|
| · | Click the "Extra" tab to fill out the Extra fields, all fields on this page are completely user definable.
|
| · | When done, click "OK" to create the account.
|
| · | If mandatory fields are blank when clicking "OK" there will be error messages until filled out correctly.
|
| 1. | The selected script is loaded in the SetupBatcher editor
|
| 2. | Data from the fields in the dialog is copied to corresponding columns in the [Data] section of the SetupBatcher script
|
| 3. | The [Batch] section of the script is executed
|
|
Variable
|
Description
|
|
xDAccountExpires
|
[from script] Displayed in the "Account Expires" field in the new account dialog.
[to script] Use in script to get value from the "Account Expires" field in the new account dialog. |
|
xDPath
|
[to script] Contains full path to container in which to create account
Notice: Linux requires a Lin.DS.Logon command in the script before accessing the directory server. |
|
xDMachine
|
[to script] Linux only: LDAP server (from Linux button dialog) to use for Lin.DS.Logon command.
|
|
xDAccount
|
[to script] Linux only: LDAP admin superuser account (from Linux button dialog) to use for Lin.DS.Logon command.
|
|
xDPassword
|
[to script] Linux only: LDAP admin superuser password (from Linux button dialog) to use for Lin.DS.Logon command.
|
| · | Click a single account or click and drag with the mouse to select a range of accounts, then right click and select "Delete" in the popup menu. The delete accounts dialog is now displayed.
|
| · | As you can see, number of accounts to delete and first and last account is displayed right below the middle of the dialog.
|
| · | Select the "Delete" radiobutton to simply delete the selected accounts.
|
| · | Select the "Run SetupBatcher [Undo] section" radiobutton to run the [Undo] section of the selected script. Click "Change" to change script. Notice that when a new script is selected for an OS in the new account dialog it is also changed for the same OS in the delete account dialog and vice versa, this is in order to always use [Batch] and [Undo] sections from the same script.
|