... |
... |
@@ -1,11
+1,12 @@ |
1 |
1 |
{{content/}} |
2 |
2 |
|
3 |
|
-LDAP requests work similarly to [[database requests>>doc:Formcycle.UserInterface.Data.DBQueries]] and [[data sources>>doc:Quellen]]. They can be used to retrieve data from an LDAP server dynamically. |
|
3 |
+LDAP requests work similarly to [[database requests>>doc:Formcycle.UserInterface.Data.DBQueries]] and [[data sources>>doc:Sources]]. They can be used to retrieve data from an LDAP server dynamically. |
4 |
4 |
If you need to filter the returned data, you can also add an appropriate LDAP filter. |
5 |
5 |
|
6 |
6 |
== Creating an LDAP query == |
7 |
7 |
|
8 |
|
-{{figure image="067En.png" width="300"/}} |
|
8 |
+{{id name="fig_data_ldap_query"/}} |
|
9 |
+{{figure image="data_ldap_query_en.png"}}Configuration screen for creating LDAP queries: (1) list of existing LDAP queries, (2) editor for defining the query, (3) settings panel of the query, (4) attribute filters for the query, (5) Generated servlet URL for using the LDAP query, (6) console for testing the query{{/figure}} |
9 |
9 |
|
10 |
10 |
* Provide a name for the LDAP query, and optionally a description. |
11 |
11 |
* Select the LDAP connection to use; either [[client>>doc:MandantenMenue]]'s LDAP connection or another custom [[LDAP connection>>doc:LDAPVerbindung]]. |