Changes for page LDAP-Abfragen


From version 3.1
edited by jdr
on 19.07.2021, 14:19
Change comment: There is no comment for this version
To version 2.1
edited by jdr
on 19.07.2021, 14:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -74,6 +74,12 @@
74 74  You need to provide two values for the the two placeholders (question marks). Send a GET request to the following URL to perform the LDAP query:
75 75  
76 76  {{code language="none"}}
77 +http://<server>/formcycle/datenabfrageldap?name=MyQuery&mandantName=MyClient&queryParameterValues=Value,1&queryParameterValues=Value,2
78 +{{/code}}
79 +
80 +{{version major="6" minor="6" patch="3"/}}Starting with {{formcycle/}} Version 6.6.3, the same LDAP query can also be perform with the following URL, which is recommended for new projects:
81 +
82 +{{code language="none"}}
77 77  http://<server>/formcycle/datenabfrageldap?name=MeineAbfrage&mandantName=MeinMandant&queryParameterValues=Wert,1&queryParameterValues=Wert,2
78 78  {{/code}}
79 79