Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:wizards [2021/06/25 07:42]
svandav
devel:documentation:wizards [2021/09/01 10:41] (current)
svandav
Line 1: Line 1:
-<- .:systems | ^ .:start | Documentation ^ .:uniform_password | Password synchronization ->+<- .:cross-domains|^ .:start | Documentation ^ .:uniform_password | Password synchronization ->
  
 ====== Wizards ====== ====== Wizards ======
 +
 The main importance of wizards is to simplify the work of the user, so as to avoid complicated entering values and possibly to avoid common mistakes. The main importance of wizards is to simplify the work of the user, so as to avoid complicated entering values and possibly to avoid common mistakes.
  
 ===== System wizards ===== ===== System wizards =====
 +
 System wizards are used primarily to create a new system connected to a given external system. The first step is to select the connector you want to use for the connection. System wizards are used primarily to create a new system connected to a given external system. The first step is to select the connector you want to use for the connection.
  
-{{ :devel:documentation:connectorstwo.png?600 |}}+{{  .:connectorstwo.png?600  }}
  
 <note tip>An existing system can be **opened** in the appropriate wizard, which provides an easy pass at the cost of limited advanced configuration options.</note> <note tip>An existing system can be **opened** in the appropriate wizard, which provides an easy pass at the cost of limited advanced configuration options.</note>
Line 13: Line 15:
 In the version 10.6.0, a **universal wizard for creating** a system was added.** Since version 10.7.0, we focused on creating specialized wizards** that simplify the configuration of the connector. In the version 10.6.0, a **universal wizard for creating** a system was added.** Since version 10.7.0, we focused on creating specialized wizards** that simplify the configuration of the connector.
  
-Currently, the following specialized wizards are available in IdM: +**Currently, the following specialized wizards are available in IdM:**
- +
-===== CSV wizard ===== +
- +
-In the case of a **CSV wizard**, the user does not have to fill in the location of the CSV file on the server, but can simply use the **drag and drop zone** to upload the file. +
- +
-Another simplification is the selection of the primary identifier, where the user does not have to remember the name of 'columns' in the CSV file, but they are all read from the file and offered in **the selectbox**. +
- +
-{{ :devel:documentation:csv.png?600 |}} +
- +
-===== Database table wizard ===== +
- +
-Another specialized wizard is used to connect **database tables**. Previously, the user had to configure the attributes that are charged to the database. For example, the name of the database driver, the mask for the composition of the resulting URL, etc. Now the user is exempt from this and **the wizard does this for him**. +
- +
-Currently, three wizards are available for connecting database tables for **PostgresSql**, **MS SQL server** and **MySQL**. The wizard for the given database type is displayed only if the given IdM installation has the necessary database driver available.+
  
-{{ :devel:documentation:postgresql2.png?600 |}}+^**Type**   ^**More details**   | 
 +|CSV  |[[.:wizards:csv|]] 
 +|Database table  |[[.:wizards:table|]] 
 +|MS AD - users  |[[.:wizards:ad_user|]] 
 +|MS AD - groups  |[[.:wizards:ad_group|]]  |
  
-===== Microsoft Active Directory (MS AD) wizard ===== 
  
  • by svandav