matcher - update
parent
6c77faf0a5
commit
8e335f1cde
|
@ -35,7 +35,12 @@ javascript:
|
||||||
args:
|
args:
|
||||||
Host: "ldap://{{Host}}"
|
Host: "ldap://{{Host}}"
|
||||||
Port: 389
|
Port: 389
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "success == true"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
|
|
|
@ -35,6 +35,11 @@ javascript:
|
||||||
Host: "ldap://{{Host}}"
|
Host: "ldap://{{Host}}"
|
||||||
Port: 389
|
Port: 389
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "success == true"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
|
|
|
@ -26,6 +26,11 @@ javascript:
|
||||||
Host: "ldap://{{Host}}"
|
Host: "ldap://{{Host}}"
|
||||||
Port: 389
|
Port: 389
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "success == true"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: json
|
- type: json
|
||||||
json:
|
json:
|
||||||
|
|
Loading…
Reference in New Issue