LDAP is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
ldap://
or ldaps://
) and optionally a port number.
DN
(Distinguished Name) to connect as.
dn
parameter is the “username”.
Can also be overridden per search.
If left empty, the server chooses the default.
Parameter | Description |
---|---|
Filters | LDIF style search filter. |
Base | If left empty, the one specified in the connection will be used, otherwise the server will choose the default. |
Attributes | Comma-separated list of attributes to return. Put ”*” for all attributes. |
Scope | Specify the scope of the search to be one of base, one, or sub to specify a base object, one-level, or subtree respectively. |
Parameter | Description |
---|---|
Code | A series of LDIF-format entries to add. |
Parameter | Description |
---|---|
Code | A series of LDIF-format modification commands. |
Parameter | Description |
---|---|
Distinguished Names | A line-separated series of Distinguished Names to delete, in LDAPv3 string representation. |
Recursive Delete | Do a recursive delete. If the DN specified isn’t a leaf: it’s children, and all their children are deleted down the tree. No verification is done, so if you add this switch, LDAP Delete will delete large portions of your tree. Use with caution. |