Configuration defining how home directory net folders are created for users that are imported from LDAP.
name | data type | description |
---|---|---|
ldap_attribute | string | When type is custom_attribute , this defines the LDAP attribute that contains the location of the user home directory..
|
net_folder_server | LongIdLinkPair | When type is custom_net_folder , this defines the Net Folder Server that hosts the user home directory net folders.
|
path | string | When type is custom_net_folder , this defines the path on the Net Folder Server where the user home directory net folders reside.
|
type | string | One of home_dir_attribute ,custom_attribute ,custom_net_folder ,none
|
Example
{ "type" : "...", "net_folder_server" : { "id" : 12345, "href" : "..." }, "path" : "...", "ldap_attribute" : "..." }