############################################################## # Configuration file to POST to OpenSSO configure.jsp # Useful for command line deployment # Srikanth Konjarla - Sun Microsystems # # # # Print the POST string to output # Valid Options: true, false # Default: false SHOW_POST = # Deployed URI on app server. # Default: /opensso OPENSSO_URI = # Application Server Host name where OpenSSO is installed # Default: localhost OPENSSO_HOST = # Application Server Port where OpenSSO is installed # Default: 8080 OPENSSO_PORT = # Protocol to use for accessing Application Server # It is only http for now. https may be added later # Default: http OPENSSO_PROTO = http # OpenSSO cookie domain # Default: .sun.com COOKIE_DOMAIN = # Password for "amadmin" # Default: password OPENSSOADMIN_PWD = # Password for "amldapuser" # Default: password1 OPENSSOLDAP_PWD = # Encryption Key to be used by OpenSSO # Default: geO+Jjik01U6QhmZjiy/g66LH30a2YnX OPENSSO_ENC = # Data Store. Directory Server to use. # Valid Options: embedded, remote # Embedded - Creates and uses a new instance of OpenDS on "DIR_PORT" # The host name is automatically set to OPENSSO_HOST # Remote - Uses existing Directory Server Installation # Uses, DIR_HOST,DIR_PORT,DIR_MGR,DIR_PWD to access the server. # Default: embedded DATASTORE = # OpenSSO locale # Default: en_US LOCALE = # OpenSSO install Directory. Where the configuration and log files are stored # Default: /space/sunsvr/opensso INSTALL_DIR = # Directory Server Host # Default: Same as OPENSSO_HOST DIR_HOST = # Directory Server Port # Default: 50389 DIR_PORT = # Root DN for OpenDS/Directory Server # Default: cn=Directory Manager DIR_MGR = # Password for Root DN # Default: password (when configured DATASTORE as remote) DIR_MGR_PWD = # Root Suffix (Base DN) # Default: dc=opensso,dc=java,dc=net ROOT_SUFFIX = # Load OpenSSO/Access Manager SDK Schema # Valid only when DATASTORE is set to remote # Valid Options: true, false # Default: false AM_SCHEMA =