Skip to content

Instantly share code, notes, and snippets.

@abbaspour
Created February 17, 2013 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abbaspour/4969789 to your computer and use it in GitHub Desktop.
Save abbaspour/4969789 to your computer and use it in GitHub Desktop.
oracle.security.jps.runtime.pd.client.sm_name=Telstra_RMI_NC_SM
# Policy dustribution mode. Possible values:
oracle.security.jps.runtime.pd.client.policyDistributionMode=non-controlled
# -------- Policy Distributor connectivity information - required for controlled-push distribution mode
# Only needed for controlled-push policy distribution mode
oracle.security.jps.runtime.pd.client.RegistrationServerHost=[OES-Server]
oracle.security.jps.runtime.pd.client.RegistrationServerPort=[OES-Port]
# --Policy Store Service Configuration parameters - required only for controlled-pull or non-controlled modes
# Policy store type
oracle.security.jps.policystore.type=DB
# Policy Store URL for DB policy store
jdbc.url=jdbc:oracle:thin:@[DB-Host]:[DB-Port]/[DB-SID]
# Policy Store URL for LDAP policy store
ldap.url=
# For both LDAP and DB Policy Store
oracle.security.jps.farm.name=cn=oes_domain
oracle.security.jps.ldap.root.name=cn=jpsroot
#Communication between SM and Policy Distributor is over SSL by default
oracle.security.jps.pd.client.sslMode=true
bootstrap.security.principal.key=oes_sm_key
bootstrap.security.principal.map=oes_sm_map
jdbc.driver=oracle.jdbc.driver.OracleDriver
#---------- ONLY for RMI SM -----------------------------
# port number to accept authorization requests
oracle.security.jps.pdp.rmism.RMIRegistryPortNumber=2099
#--- Only for Java SM, WS SM, and RMI SM in controlled-push mode ---
# port to listen for policy distribution. Picked automatically by SM config tool if not specified
oracle.security.jps.runtime.pd.client.DistributionServicePort=
oracle.security.jps.runtime.pd.client.sm_type=rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment