LDAPBindValve
Valve for user authentication, performing a bind operation to an LDAP Directory.
This valve requires the Current Item Set to contain one and only one item. This item (the item id) is used for the bind in combination with a supplied password.
Properties
Example Configuration
{ "name": "LDAPBindValve", "config": { "connection_ref":"b0f2ddff-9585-47c5-9286-2bee2b731197", "password_param_name":"User-Password",
"userid_param_name":"User-Name", "allowed_error_codes":"532,701" } }
Requirements
Item set must have exactly one entry.