An LDAP container to search for users or groups.
name | data type | description |
---|---|---|
base_dn | string | The base DN to search. |
filter | string | The LDAP filter to use when searching. |
search_subtree | boolean | Defines whether to search the LDAP subtree or just a single container. |
home_dir_config | LdapHomeDirConfig | Defines how user directory net folders are configured. |
Example
{ "base_dn" : "...", "filter" : "...", "search_subtree" : true, "home_dir_config" : { "type" : "...", "net_folder_server" : { "id" : 12345, "href" : "..." }, "path" : "...", "ldap_attribute" : "..." } }