... |
... |
@@ -8,11
+8,12 @@ |
8 |
8 |
{{id name="fig_data_ldap_query"/}} |
9 |
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}} |
10 |
10 |
|
|
11 |
+* Open the module "LDAP queries" and click "New" {{ficon name="plus-circle-outline"/}} in the header of the list (see point 1 in [[figure>>||anchor="fig_data_ldap_query"]]). |
11 |
11 |
* Provide a name for the LDAP query, and optionally a description. |
12 |
|
-* Select the LDAP connection to use; either [[client>>doc:MandantenMenue]]'s LDAP connection or another custom [[LDAP connection>>doc:LDAPVerbindung]]. |
|
13 |
+* Select the LDAP connection to use; either [[client>>doc:Client]]'s LDAP connection or another custom [[LDAP connection>>doc:LDAPConnections]]. |
13 |
13 |
* Enter the base DN (distinguished name) for the query. This is the root path for the LDAP search. |
14 |
|
-* Enter the LDAP query with the //LDAP// filter syntax, [[see here for a tutorial>>url:http://www.selfadsi.de/ldap-filter.htm#FilterDef||rel="__blank"]]). You may also use placeholders (question mark, {{code}}?{{/code}}) that will be replaced with the values from a GET HTTP request for this LDAP query, see below. |
15 |
|
-* Optionally, enter a list of attributes. The query will return only those attributes, filtered on the server. When no parameters are specified, all attributes will be returned. |
|
15 |
+* Enter the LDAP query with the //LDAP// filter syntax in the editor, [[see here for a tutorial>>url:http://www.selfadsi.de/ldap-filter.htm#FilterDef||rel="__blank"]]). You may also use placeholders (question mark, {{code}}?{{/code}}) that will be replaced with the values from a GET HTTP request for this LDAP query (see point 2 in [[figure>>||anchor="fig_data_ldap_query"]]). |
|
16 |
+* Optionally, enter a list of attributes. The query will return only those attributes, filtered on the server. When no parameters are specified, all attributes will be returned (see point 4 in [[figure>>||anchor="fig_data_ldap_query"]]). |
16 |
16 |
|
17 |
17 |
== Using LDAP queries == |
18 |
18 |
|
... |
... |
@@ -22,6
+22,7 @@ |
22 |
22 |
http://<server>/formcycle/datenabfrageldap |
23 |
23 |
{{/code}} |
24 |
24 |
|
|
26 |
+The servlet URL will be displayed beneath the attribute filters (see point 5 in [[figure>>||anchor="fig_data_ldap_query"]]). |
25 |
25 |
The following URL parameters are available: |
26 |
26 |
|
27 |
27 |
{{table dataTypeAlpha="0" preSort="0-asc"}} |