First Previous Next Last User Management Guide  

CHAPTER 11    Using the Profiles Section of the PAC

This chapter describes how to use the PAC to manage users and user attributes in the user profile directory. It has these sections:

For more information    For information about how to access the Portal Administration Console (PAC), see the section on accessing the PAC in the Core Development Guide.

For more information    For information about managing group profiles, see the section on creating group layouts in the Portal Guide.

 
Top of page

About the Profiles section of the PAC

The Profiles section of the PAC allows you to view user profiles in deployed Director application. In the case of a writable non-LDAP realm, you can also change the information.

The Profiles section has two pages:

 
Top of page

User profiles

The User Profiles page allows authorized users to add and remove user profiles by selecting from a list. In a non-LDAP realm, profiles are stored in the application database and thus do not necessarily have a one-to-one correspondence with users. In an LDAP realm, however, each user record is the user profile.

The left side of the page shows a list of profiles. The appearance of the list varies according to realm type (non-LDAP and LDAP), as shown below.

UserProfiles

Procedure To modify a profile:

  1. Select the writable realm from the Realm Name list.

  2. Select a user from the list to view profile data.

  3. Click General.

    UserProfilesGeneral

  4. Change the User ID, First Name, Last Name, and Email data as needed; these fields are the same in both non-LDAP and LDAP realms

    NOTE:   The other attributes vary according to realm type and are discussed in Attributes.

  5. Click Defaults to view user profile defaults.

    UserProfilesDefaults

  6. Change the defaults as needed.

  7. Click Save.

Procedure To add a profile:

  1. Click +Add.

    UserProfilesCreate

  2. Select a user from the Select User dropdown list, or enter the user name in the User ID field.

  3. Fill in the information.

  4. Click Save.

 
Top of page

Attributes

The PAC allows authorized users to view and modify attribute data.

The User Profiles page allows you to manage the attribute values associated with a user profile. The non-built-in attributes vary according to realm type, as shown below:

UserProfilesGeneral

The Attributes page also allows you to view the attributes that exist within a realm. The non-built-in attributes vary according to realm type, as shown below:

Procedure To modify an attribute:

  1. Click edit.

    UserProfilesAttributesEdit

  2. Specify the Name (required) you will use to identify the attribute in your application code.

    NOTE:   Changing the name of an attribute invalidates any code you have written that uses the previous name.

  3. Check the Show box to make the attribute visible to users; uncheck the Show box for tracking, usage statistics, and so on.

  4. Specifiy the Description. This field is searchable using methods on the EbiUserInfo class (see EbiUserQuery in the API Reference).

  5. Click Save.

Procedure To add an attribute:

  1. Click add.

    UserProfilesAttributesAdd

  2. Specify the Name (required) you will use to identify the attribute in your application code.

  3. Check the Show box to make the attribute visible to users; uncheck the Show box for tracking, usage statistics, and so on.

  4. Specify the the attribute value type as Non-blob or Blob (see Attribute properties).

  5. Specifiy the Description. This field is searchable using methods on the EbiUserInfo class (see EbiUserQuery in the API Reference).

  6. Click Save to add the attribute to the profile directory.

Procedure To remove an attribute

    First Previous Next Last User Management Guide  

Copyright © 2000, 2001, 2002, 2003 SilverStream Software, LLC, a wholly owned subsidiary of Novell, Inc. All rights reserved.