LdapHomeDirConfig Data Type

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

Properties
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

  • 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

{
  "type" : "...",
  "net_folder_server" : {
    "id" : 12345,
    "href" : "..."
  },
  "path" : "...",
  "ldap_attribute" : "..."
}