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
Next revision Both sides next revision
devel:documentation:wizards [2021/02/26 09:32]
svandav [Database table wizard]
devel:documentation:wizards [2021/02/26 12:31]
svandav [Connection to an AD system]
Line 15: Line 15:
 Currently, the following specialized wizards are available in IdM: Currently, the following specialized wizards are available in IdM:
  
-==== CSV wizard ====+===== 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. 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.
Line 23: Line 23:
 {{ :devel:documentation:csv.png?600 |}} {{ :devel:documentation:csv.png?600 |}}
  
-==== Database table wizard ====+===== 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**. 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**.
Line 31: Line 31:
 {{ :devel:documentation:postgresql2.png?600 |}} {{ :devel:documentation:postgresql2.png?600 |}}
  
-==== Microsoft Active Directory (MS AD) wizard ====+===== Microsoft Active Directory (MS AD) wizard =====
 {{tag>MSAD MS wizard}} {{tag>MSAD MS wizard}}
  
Line 43: Line 43:
  
  
-===== Connection to an AD system =====+==== Connection to an AD system ==== 
 +In the first step, choose the **name of the system** as you want it to **appear in IdM**. Next, fill access data to the connected AD. Ie. **host** name, TCP **port**, **user name** and **password**. 
 + 
 +<note important>In this step, you can choose whether you want to communicate with AD using a secure **LDAPS** connection (SSL). This option is preselected. **We strongly recommend using secure communication**. The reason is not only the **security aspect**, but also the **functional consequences** that can result from the use of an unsecured connection. For example: If you use an insecure connection, you will not be able to **create a new account with a password** (restrictions on the AD side).</note>
  
 {{ :devel:documentation:wizard_ad_01.png?600 |}} {{ :devel:documentation:wizard_ad_01.png?600 |}}
  
 +==== Certificate ====
 +
 +
 +
 +{{ :devel:documentation:wizard_ad_02.png?600 |}}
 +
 +==== Permissions ====
 +
 +
 +
 +{{ :devel:documentation:wizard_ad_03.png?600 |}}
 +
 +==== Additional data ====
 +
 +
 +
 +{{ :devel:documentation:wizard_ad_04.png?600 |}}
 +
 +==== Attributes ====
 +
 +
 +
 +{{ :devel:documentation:wizard_ad_05.png?600 |}}
 +
 +==== Conclusion ====
 +
 +
 +
 +{{ :devel:documentation:wizard_ad_06.png?600 |}}
  • by svandav