ldapHomeDirConfig Data Type

Configuration defining how home directory net folders are created for users that are imported from LDAP.

Namespace
(Default)
Schema
ns0.xsd
Properties
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

  • home_dir_attribute: The LDAP home directory attribute contains the location of the user's home directory. No other fields are necessary.
  • custom_attribute: A custom LDAP attribute contains the location of the user's home directory. The attribute is defined in the ldap_attribute field.
  • custom_net_folder: User home directories can be found in a custom location defined by net_folder_server and path.
  • none: Home directory net folders are not created.

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>