############################################################################### # Copyright (c) 2004, Oracle. All rights reserved. # # # NAME # oidContextUpgradeFrom90410JAZN.sbs - # # DESCRIPTION # # # OID VERSION DEPENDENCY # The instantiated version of this template file will only work with OID versions # and above. # # SUBSTITUTION VARIABLES # %s_VarName%: # # NOTES # # # REVISION HISTORY # MODIFIED (MM/DD/YY) # sdey 09/13/04 - add JAZN entries in OC # stlee 08/01/04 - stlee_bug-3673305 # stlee 08/01/04 - use JAZNadmingroup in the Root Oracle Context in the # ACLs # stlee 07/16/04 - Creation # ############################################################################### # bug 3822146 - In case of standalone OracleContext upgrade, # the JAZNContext container needs to be added in order for the # subsequent ACL change to succeed. dn: cn=JAZNContext,cn=Products,%s_OracleContextDN% changetype: add objectclass: orclContainer objectclass: top cn: JAZNContext # The same set of ACLs were set in oidContextUpgradeFrom90230JAZN.sbs which # is only applied in RootOracleContext. While # oidContextUpgradeFrom90230JAZN.sbs contains the right ACL changes, it also # has root-specific changes for JAZN. This file is added to handle just the # ACL portion. This is be applied during the upgrade from 90410 to 101200. # - stlee 07/16/04 fixing bug 3673415 # add ACL to give iasadmins the privilege for creating a jaznadmin entry # and ACL to disable anonymous bind dn: cn=JAZNContext, cn=Products, %s_OracleContextDN% changetype: modify replace: orclaci orclaci: access to entry by group= "cn=JAZNAdminGroup,cn=Groups,cn=JAZNContext,cn=Products,cn=oraclecontext" (browse, add, delete) by group= "cn=IASAdmins,cn=groups,%s_OracleContextDN%" added_object_constraint=(objectclass=orclApplicationEntity) (add, delete, browse) by * (none) orclaci: access to attr=(*) by group= "cn=JAZNAdminGroup,cn=Groups,cn=JAZNContext,cn=Products,cn=oraclecontext" (search, read, write, compare) by group= "cn=IASAdmins,cn=groups,%s_OracleContextDN%" (read, search, write,compare) by * (none) ############################################################################### ## End of file oidContextUpgradeFrom90410JAZN.sbs ###############################################################################