Configuration defining how home directory net folders are created for users that are imported from LDAP.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
ldap_attribute | string | element | 0/1 | When type is custom_attribute , this defines the LDAP attribute that contains the location of the user home directory..
|
|
net_folder_server | longIdLinkPair | element | 0/1 | When type is custom_net_folder , this defines the Net Folder Server that hosts the user home directory net folders.
|
|
path | string | element | 0/1 | 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 | element | 0/1 | One of home_dir_attribute ,custom_attribute ,custom_net_folder ,none
|
Example
<home_dir_config> <type>...</type> <net_folder_server> <id>...</id> <href>...</href> </net_folder_server> <path>...</path> <ldap_attribute>...</ldap_attribute> </home_dir_config>