Sun Java System Portal Server 7 Command-Line Reference

psadmin list-ssoadapters

Description

Lists all templates and configurations for single sign-on (SSO) adapter

Syntax

Long Format

psadmin list-ssoadapters --adminuser uid --passwordfile password-filename [--templates] [--configs] [--dn dn]

Short Format

psadmin list-ssoadapters -u uid -f password-filename [-T] [-S] [-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.

The following options are optional:

[--templates | -T] uid

Lists templates only.

[--configs | -S] password-filename

Lists configurations only.

[--dn | -d] dn

The distinguished name from where the configuration will be picked in LDAP. It is to be used in conjunction with the flag [--configs | -S]. If unspecified, it defaults to global.

Example

Example for listing only configurations in a dn:

./psadmin list-ssoadapters -u amadmin -f ps_password -S -d uid=devauthlessanonymous,ou=People,o=DeveloperSample,dc=india,dc=sun,dc=com