User: Read
The module can read user objects including group memberships. The data is stored in a file in CSV format. The same files can be used as input for the module mc.UserEdit.
Designation
- Name
- info.UserRead
- Aliases
- UserManageRead
Datastreams
- Standard default: Username, Department, Password, Firstname, Lastname, Active, Locked, Never expires, Must change, LDAP connection, Email 1, Email 2, Groups, Ordner, Titel
Configuration
- Ausgabe
- Save b4A Object List (
save-objects) - Saves the processed objects in a b4A object file
- Save b4A Object Variable (
save-objects-vara) - Saves the processed objects in the given variable object
- Save objects processed successfully only (
save-success-only) - A object is only written to the file if the processing was successful
- Append processed objects to existing file/variable (
save-append) - if the file/variable already exists the new objects will be appended
- Output file (
csv-file) - Filename of the output file in CSV format
- show in tabular view (
cvs-show) - Additionally to the file in CSV format the result is shown in a table
- CSV file mode (
csv-mode) - The mode 'overwrite' will overwrite existing files and the with 'append' the new data will be appended to existing filesMögliche Werte: Overwrite (
overwrite), Append (append)
Structure of the CSV output file
| Column name | Type |
|---|---|
| User name | User name |
| Department | Department |
| Password | String |
| First Name | String |
| Last Name | String |
| Active | Boolean |
| Locked | Boolean |
| Does not expire | Boolean |
| Must be changed | Boolean |
| LDAP connection | Boolean |
| E-mail 1 | E-mail address |
| E-mail 2 | E-mail address |
| Groups | Object name |
| Folder | Folder structure |
| Title | Object title |