Sun Java System Portal Server 7 Command-Line Reference

create-ssoadapter-config

Description

Creates an SSO adapter configuration

Syntax

Long Format

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

Short Format

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

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] configuration-name

Specifies the name of the new configuration.

[--template | -M] existing-template

Specifies which template provides the pattern for the new configuration.

The following option is optional:

[-dn | -d] dn

The distinguished name where the configuration is created in LDAP. Default is global.

Example

Example for creating a configuration in a dn:

./psadmin create-ssoadapter-config -u amadmin -f ps-password -N test-config -M test-template -d uid=test-user,ou=People,o=DeveloperSample,dc=india,dc=sun,dc=com