Sun Java System Portal Server 7 Command-Line Reference

psadmin delete-ssoadapter-config

Description

Removes the specified SSO adapter configuration

Syntax

Long Format

psadmin delete-ssoadapter-config --adminuser uid --passwordfile password-filename --config configuration-name [-dn dn]

Short Format

psadmin delete-ssoadapter-config -u uid -f password-filename -G configuration-name [-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.

[--config | -G] configuration-name

Specifies which SSO adapter configuration to remove.

The following option is optional:

[--dn | -d] dn

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

Example

Example for deleting a configuration in a dn:

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