Sun Java Enterprise System 2005Q1 Deployment Example Series: Evaluation Scenario

Delegated Administrator Command Line Details

This section summarizes the commands that are used to configure the examplecorp.com organization for authentication of messaging and calendar service users, and to create a test end user account. The commands are summarized in Table 4–8. Procedures for running the commands are inConfiguring Your LDAP Organization for Mail and Calendar Services and Provisioning an End User Account.

Table 4–8 Summary of Delegated Administrator Commands

Delegated Administrator Command 

Command Syntax 

Significance of Input 

commadmin domain modify

-D admin (administrator user account)

-w password (administrator account password)

-d examplecorp.com (domain to modify)

-S mail (add mail service)

-H evaluation_host (system running mail service)

-S cal (add calendar service)

-B evaluation_host (system running calendar service)

-P allowProxyLogin:yes (permit proxy login)

-T America/Los_Angeles (set time zone)

You add object classes to the examplecorp.com organization that are used to authenticate users for mail and calendar services. 

commadmin user create

-D admin (administrator user account)

-w password (administrator account password)

-l TestUser (user account name)

-F Test (user's first name)

-L User (user's last name)

-W password (user account password)

-S mail (authorize user for mail service)

-H evaluation_host (system running mail service)

-E test.user@examplecorp.com (user email)

-S cal (authorize user for calendar service)

-B evaluation_host (system running calendar service)

-J 0

-T America/Los_Angeles (user's time zone)

-k legacy

You create a user account to use your evaluation services. 

commadmin user modify

-D admin (administrator user account)

-w password (administrator account password)

-l TestUser (user account to modify

-A +objectclass:sunssoadapterperson (authorize user for portal service)

-A +objectclass:sunportaldesktopperson (authorize user to access portal desktop

You add object classes to the test user account that identify the account as an authorized portal user.