Sun Java System Portal Server 7 Command-Line Reference

psadmin get-ssoadapter-property

Description

Displays information about the specified SSO adapter property

Syntax

Long Format

psadmin get-ssoadapter-property --adminuser uid --passwordfile password-filename [--template template-name | --config configuration-name] [-dn dn] -name property-name

Short Format

psadmin get-ssoadapter-property -u uid --f password-filename [-M template-name | -G configuration-name] [-d dn] -N property-name

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.

[--template | -M] | [--config | -G] template-name | configuration-name

Specifies the name of the template, if the property type is admin. Specifies the name of the configuration if the property type is user.

[-name | -N] property-name

Specifies which admin property to display.

The following option is optional:

[--dn | -d] dn

Specifies the distinguished name where the configuration is picked from LDAP. Used in conjunction with [--config | -G]. Default is global.

Example

Example for getting a property of configuration in a dn:

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