Sun Java System Portal Server 7 Command-Line Reference

psadmin create-ssoadapter-template

Description

Creates a new SSO adapter template

Syntax

Long Format

psadmin create-ssoadapter-template --adminuser uid --passwordfile password-filename --name template-name [--template existing-template]

Short Format

psadmin create-ssoadapter-template -u uid -f password-filename -N template-name [-M existing-template]

Options

The following options are required:

[--adminuser | -u] uid

Specifies the administrator's distinguished name (dn) or the user ID (uid).

[--passwordfile | -f] password-filename

Specifies the administrator's password in the password file.

[--name | -N] template-name

Specifies the name of the new template.

The following option is optional:

[--template | -M] exisiting-template

Specifies which template provides the pattern for the new template.

Example

Example for creating a template:

./psadmin create-ssoadapter-template -u amadmin -f ps-password -N test-template