Changes for page LDAP query


From version 4.1
edited by sas
on 31.05.2022, 14:50
Change comment: There is no comment for this version
To version 5.1
edited by sas
on 31.05.2022, 14:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -41,13 +41,14 @@
41 41  
42 42  ; [%$<actionname>.RESULT.rows[i]%]
43 43  : Contains the results obtained by the query in the form of a JSON array, which may contain JSON objects. The properties / attributes of a JSON object, is determined by the returned properties of the LDAP object determined in each case.
44 -: The parameter i specifies the index of the line, starting with 0 for the first row. The other attributes can be accessed using dot notation. Example RESULT:
44 +: The parameter i specifies the index of the line, starting with 0 for the first row. The other attributes can be accessed using dot notation.
45 +: Example RESULT:
45 45  
46 46  {{code language="json"}}
47 47  {"rows":[{"mail":"beispiel@mail.de","name":"Beispiel"}],"rowsCount":1}
48 48  {{/code}}
49 49  
50 -: Access to mail via placeholder~:// [%$<Aktionsname>.RESULT.rows[0].mail%] //
51 +: Access to mail attribute via placeholder~:// [%$<Aktionsname>.RESULT.rows[0].mail%] //
51 51  
52 52  ; [%$<action name>.RESULT.rowsCount%]
53 53  : Number of rows returned by the query execution. Has the value 0 if the query returned no results or an error occurred.