Specifying a User's Home Folder

You can specify the user's login folder at Settings Template or per user. This is typically set at the user level, but the Settings Template can override the user setting.

When you create a Site and select the Auto assign home folders to newly created users check box, each user account that is created will have a home folder added as a subfolder of the home folder for the Settings Template to which the user is added. For example, if you add a user jsmith to the Settings Template "Power Users," and that Settings Template's home folder has a path of /Usr/Power Users/ in the VFS, then this new jsmith account will be generated with a home folder in the Server's VFS of /Usr/Power Users/jsmith. This is the default behavior when creating a user within the Administrator, however, you can override/change that behavior when the Site is created. If the user is created using the COM interface, or the user appears in EFT Server list as a result of Active Directory, LDAP, or ODBC querying the user account list in real time and finding out that it IS a valid user but not yet added to EFT Server, then a home folder is added as a subfolder of the home folder for the Settings Template to which the user is added.

For Sites that use NTLM/AD authentication, if the user account has a Home Folder defined by the AD administrator, then EFT Server's VFS will not create a physical folder for the new user, but instead creates a virtual folder that points to the path specified in Active Directory for the home folder for that user (sometimes called a roaming profile). Therefore, if jsmith exists on the AD controller as a valid user with a home folder mapped to \\192.168.20.19\common_file_share\jsmith, then when jsmith becomes a new user on EFT Server (using the same path/User Setting Level from the above example), then jsmith will be assigned the home folder /usr/Power Users/jsmith, which is a virtual folder pointing to \\192.168.20.19\common_file_share\jsmith.

To set a user's home folder

  1. In the Administrator, connect to EFT Server and click the Server tab.

  2. In the left pane, click the user you want to configure.

  3. In the right pane, click the General tab.

  4. Select the User home folder check box. The home folder box becomes editable.

  5. If you want to ensure that the Settings Template is not controlling the user's home folder, clear the User home folder check box in the Settings Template.

  6. Specify the path to the user's home folder. You can use variables in the path, such as  %USER.FULL_NAME%, %USER.LOGIN%, %USER.EMAIL%.
    Do one of the following:

  7. Do one of the following:

  8. Click Apply to save the changes on EFT Server.