... |
... |
@@ -19,6 +19,12 @@ |
19 |
19 |
* **Entries per page (paging):** Indicates how many LDAP server entries are expected per page. A value of 0 disables this and the server will expect all values |
20 |
20 |
* **Max. referral hops:** Specifies the maximum number of times reference-jumps (Referral hops) are permitted on the LDAP server. A value of 0 disables the tracking of references |
21 |
21 |
|
|
22 |
+== Installing certificates in the Java TrustStore == |
|
23 |
+ |
|
24 |
+The Java used to run the Application Container which in term runs {{formcycle/}} must trust the LDAP server's certificate. |
|
25 |
+ |
|
26 |
+For this purpose, it may be necessary to import the root certificate used to issue the LDAP server's certificate into the Java TrustStore. Instructions on how to do this can be found on the page [[Installing certificates in keystores>>doc:Formcycle.Installation.ImportCertificatesToKeyStores||anchor="HImportRootandIntermediateCertificateintoJavaTrustStore"]]. |
|
27 |
+ |
22 |
22 |
== Testing the Connection == |
23 |
23 |
|
24 |
24 |
It is already possible to test the entered data before saving. The "Check connection" button tests whether a connection to the LDAP server can be set up successfully and a message indicates the number of user objects found. |