Profile

Profile objects help you manage login scripts.


What a Profile Object Represents

A Profile object represents a login script which runs after the container login script and before the user login script.


Usage

Create a Profile object if you want login script commands to run for only selected users. The User objects can exist in the same container or be in different containers. Once you have created the Profile, you add the commands to its Login Script property. Then make the User objects trustees of the Profile and add the Profile to their Profile Membership property.


Important Properties

The Profile object has two important properties, as explained below: Login Script and Rights to Files and Directories.


Login Script

The login script property contains the commands you want to run for users of the Profile.


Rights to Files and Directories

If you have INCLUDE statements in the login script, you need to give the Profile object rights to the files included. This is done with the Rights to Files and Directories property. For more information on INCLUDE statements and other login script commands, see Login Script.



Previous | Next