内に含まその他のドキュメントサポート リソース | PDF 文書ファイルをダウンロードする (1042 KB)
Chapter 15 Single Sign-On Adapter Sub CommandsThis chapter describes the folllowing subcommands: psadmin list-ssoadaptersDescriptionLists all templates and configurations for single sign-on (SSO) adapter SyntaxLong Formatpsadmin list-ssoadapters --adminuser uid --passwordfile password-filename [--templates] [--configs] [--dn dn] Short Formatpsadmin list-ssoadapters -u uid -f password-filename [-T] [-S] [-d dn] OptionsThe following options are required:
The following options are optional:
ExampleExample 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 psadmin create-ssoadapter-templateDescriptionCreates a new SSO adapter template SyntaxLong Formatpsadmin create-ssoadapter-template --adminuser uid --passwordfile password-filename --name template-name [--template existing-template] Short Formatpsadmin create-ssoadapter-template -u uid -f password-filename -N template-name [-M existing-template] OptionsThe following options are required:
The following option is optional:
ExampleExample for creating a template: ./psadmin create-ssoadapter-template -u amadmin -f ps-password -N test-template psadmin get-ssoadapter-templateDescriptionDisplays the details of the specified SSO adapter template SyntaxLong Formatpsadmin get-ssoadapter-template --adminuser uid --passwordfile password-filename --template template-name Short Formatpsadmin get-ssoadapter-template -u uid -f password-filename -M template-name OptionsThe following options are required:
ExampleExample for getting a template: ./psadmin get-ssoadapter-template -u amadmin -f ps-password -M test-template psadmin delete-ssoadapter-templateDescriptionRemoves the specified SSO adapter template SyntaxLong Formatpsadmin delete-ssoadapter-template --adminuser uid --passwordfile password-filename --template template-name Short Formatpsadmin delete-ssoadapter-template -u uid -f password-filename -M template-name OptionsThe following options are required:
ExampleExample for deleting a template: ./psadmin delete-ssoadapter-template -u amadmin -f ps-password -M test-template create-ssoadapter-configDescriptionCreates an SSO adapter configuration SyntaxLong Formatpsadmin create-ssoadapter-config --adminuser uid --passwordfile password-filename --name configuration-name --template existing-template [--dn dn] Short Formatpsadmin create-ssoadapter-config -u uid -f password-filename -N configuration-name -M existing-template [-d dn] OptionsThe following options are required:
The following option is optional:
ExampleExample 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 psadmin get-ssoadapter-configDescriptionDisplays the details of the specified SSO adapter configuration SyntaxLong Formatpsadmin create-ssoadapter-config --adminuser uid --passwordfile password-filename --config configuration-name [-dn dn] Short Formatpsadmin create-ssoadapter-config -u uid -f password-filename -G configuration-name [-d dn] OptionsThe following options are required:
The following option is optional:
ExampleExample for getting a configuration's details in a dn: ./psadmin get-ssoadapter-config -u amadmin -f ps-password -G test-config -d uid=test-user,ou=People,o=DeveloperSample,dc=india,dc=sun,dc=com psadmin delete-ssoadapter-configDescriptionRemoves the specified SSO adapter configuration SyntaxLong Formatpsadmin delete-ssoadapter-config --adminuser uid --passwordfile password-filename --config configuration-name [-dn dn] Short Formatpsadmin delete-ssoadapter-config -u uid -f password-filename -G configuration-name [-d dn] OptionsThe following options are required:
The following option is optional:
ExampleExample 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 psadmin create-ssoadapter-propertyDescriptionCreates an SSO adapter property of either the admin or user type. SyntaxLong Formatpsadmin create-ssoadapter-property --adminuser uid --passwordfile password-filename --template template-name --type [admin | user] --name property-name [--value property-value] [--encrypt] Short Formatpsadmin create-ssoadapter-property -u uid -f password-filename -M template-name -t [admin | user] -N property-name [-e property-value] [-Y] OptionsThe following options are required:
The following options are optional:
ExampleExample for creating a property in a template: ./psadmin create-ssoadapter-property -u amadmin -f ps-password -M test-template -N test-property -e test-value -t admin psadmin get-ssoadapter-propertyDescriptionDisplays information about the specified SSO adapter property SyntaxLong Formatpsadmin get-ssoadapter-property --adminuser uid --passwordfile password-filename [--template template-name | --config configuration-name] [-dn dn] -name property-name Short Formatpsadmin get-ssoadapter-property -u uid --f password-filename [-M template-name | -G configuration-name] [-d dn] -N property-name OptionsThe following options are required:
The following option is optional:
ExampleExample 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 psadmin set-ssoadapter-propertyDescriptionDefines the value and type of the specified SSO adapter property SyntaxLong Formatpsadmin set-ssoadapter-property --adminuser uid --passwordfile password-filename [--template template-name | --config configuration-name] [-dn dn] --name property-name [--type [-admin | -user]] [--value property-value] [--encrypt | --decrypt] Short Formatpsadmin set-ssoadapter-property -u uid -f password-filename [-M template-name | -G configuration-name] [-d dn] -N property-name [-t [-admin | -user]] [-e property-value] [-Y | -D] OptionsThe following options are required:
The following options are optional:
ExampleExample for setting a property of a configuration in a dn: ./psadmin set-ssoadapter-property -u amadmin -f ps-password -G test-config -N test-property -e test-value -d uid=test-user,ou=People,o=DeveloperSample,dc=india,dc=sun,dc=com psadmin delete-ssoadapter-propertyDescriptionDeletes the specified SSO adapter property SyntaxLong Formatpsadmin delete-ssoadapter-property --adminuser uid --passwordfile password-filename --template template-name --name property-name Short Formatpsadmin delete-ssoadapter-property -u uid -f password-filename -M template-name -N property-name OptionsThe following options are required:
ExampleExample for deleting property from a template: ./psadmin delete-ssoadapter-property -u amadmin -f ps-password -M test-template -N test-property psadmin create-ssoadapter-authlessDescriptionCreates a single user distinguished name (dn) for accessing the Portal Server without authentication and adds it to the support list SyntaxLong Formatpsadmin create-ssoadapter-authless --adminuser uid --passwordfile password-filename --value authless-user-dn Short Formatpsadmin create-ssoadapter-authless -u uid -f password-filename -e authless-user-dn OptionsThe following options are required:
ExampleExample for creating an authless dn: ./psadmin create-ssoadapter-authless -u amadmin -f ps-password -e test-dn psadmin get-ssoadapter-authlessDescriptionGets the specified single user distinguished name (dn) from the support list for accessing the Portal Server without authentication SyntaxLong Formatget-ssoadapter-authless --adminuser uid --passwordfile password-filename Short Formatget-ssoadapter-authless -u uid -f password-filename OptionsThe following options are required:
ExampleExample for getting all the authless dn: ./psadmin get-ssoadapter-authless -u amadmin -f ps-password psadmin delete-ssoadapter-authlessDescriptionRemoves the specified single user distinguished name (dn) from the support list for accessing the Portal Server without authentication SyntaxLong Formatpsadmin delete-ssoadapter-authless --adminuser uid --passwordfile password-filename --value authless-user-dn Short Formatpsadmin delete-ssoadapter-authless -u uid -f password-filename -e authless-user-dn OptionsThe following options are required:
ExampleExample for deleting an authless dn: ./psadmin delete-ssoadapter-authless -u amadmin -f ps-password -e test-dn |