Creates an SSO adapter configuration
psadmin create-ssoadapter-config --adminuser uid --passwordfile password-filename --name configuration-name --template existing-template [--dn dn]
psadmin create-ssoadapter-config -u uid -f password-filename -N configuration-name -M existing-template [-d dn]
The following options are required:
Specifies the administrator's distinguished name (dn) or the user ID (uid).
Specifies the administrator's password in the password file.
Specifies the name of the new configuration.
Specifies which template provides the pattern for the new configuration.
The following option is optional:
The distinguished name where the configuration is created in LDAP. Default is global.
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