Ldap
Last updated
Last updated
Syntax
Details
Syntax
Details
where each record is expressed as a Javascript Object
Syntax
Details
starting from a specified attribute name of a specific entry read from the LDAP server
Syntax
Details
Argument
Description
host
LDAP host
port
LDAP port (optional: if not specified, 389 will be used)
Argument
Description
ldapUsername
username to use to authenticate to the LDAP server
ldapPassword
password to use to authenticate to the LDAP server
attributeNameToAdd
attribute name to add to every entry matching the search criteria
attributeValueToAdd
attribute value to add to every entry matching the search criteria
Argument
Description
host
LDAP host
port
LDAP port (optional: if not specified, 389 will be used)
Argument
Description
ldapUsername
username to use to authenticate to the LDAP server
ldapPassword
password to use to authenticate to the LDAP server
attributeNameToRemove
attribute name to remove from every entry matching the search criteria
attributeValueToRemove
attribute value to remove from every entry matching the search criteria
Argument
Description
host
LDAP host
port
LDAP port (optional: if not specified, 389 will be used)
Argument
Decription
ldapUsername
username to use to authenticate to the LDAP server
ldapPassword
password to use to authenticate to the LDAP server
searchAttributes
attributes to apply as a filter
attributesListToRead
list of attribute names to take into account when reading records from the LDAP server: these will be the only ones to use when creating the JSON result
Argument
Description
host
LDAP host
port
LDAP port (optional: if not specified, 389 will be used)
Argument
Description
ldapUsername
username to use to authenticate to the LDAP server
ldapPassword
password to use to authenticate to the LDAP server
searchAttributes
attributes to apply as a filter, in order to identity a single entry into the LDAP server
attributeName
attribute name to read: each matching found will generate a row in the results list