uCosminexus Application Server, Security Management Guide
ssoexport (Referencing the single sign-on information repository)
Format
ssoexport [-n realm name] [-u user ID] [-scramble] useradmin_configfile
Function
This outputs the user information stored in the single sign-on information repository in the standard output in the CSV format.
When the user information is changed in the single sign-on information repository, the information output by the ssoexport command is placed and edited in the CSV file, and then it is re-registered with the ssoimport command.
When the user information is fetched by using the ssoexport command, the actual data in "SECRETDATA" is decrypted.
The realm and user ID must be contained in the user information so that the ssoexport command converts and outputs the user information in the CSV format. Otherwise, the command does not output the user information.
This command can be executed by the users with root privilege or permissions to execute the command. To learn more about how to grant permissions to execute the command to specific users, see mngenvsetup (Configuring management groups) in the uCosminexus Application Server Command Reference Guide.
Arguments
Examples of input and output
The following are the examples of input and output when the realm name is "RealmA" and when the users starting with "s9" are to be fetched.
C:\>ssoexport -n RealmA -u "s9*" "C:\Program Files\Hitachi\Cosminexus\manager\config\ua.conf"
% ssoexport -n RealmA -u "s9*" /opt/Cosminexus/manager/config/ua.conf
SecurityDomain,USERID,SECRETDATA,PUBLICDATA,LINK_J2EE,LINK_REALMA RealmA,s981234,abfdef,, RealmA,s991234,ghijkl,,
Notes
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd