############################################################################### # Copyright (c) 2003, 2004, Oracle Corporation. All rights reserved. # # # NAME # oidContextUpgradeFrom90400RDBMS.sbs - # # DESCRIPTION # Upgrade RDBMS portion of oraclecontext from 904 to 9041 # # 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) # srtata 03/03/04 - srtata_bug-3373789 # srtata 02/03/04 - Creation # ############################################################################### # bug 3373789: grant DBcreators and iasAdmins read permission # on orclDBOIDAuthentication attr of DBSecurity container dn: cn=OracleDBSecurity,cn=Products,%s_OracleContextDN% changetype: modify replace: orclentrylevelaci orclentrylevelaci: access to entry by * (browse,noadd,nodelete) orclentrylevelaci: access to attr=(orcldbversioncompatibility,objectclass) by * (read,search,compare,nowrite,noselfwrite) orclentrylevelaci: access to attr=(orcldboidauthentication) by group="cn=OracleDBCreators,%s_OracleContextDN%" (read, nowrite, search, compare) by group="cn=iASAdmins,cn=Groups,%s_OracleContextDN%" (read, nowrite, search, compare) by * (none) orclentrylevelaci: access to attr!=(orcldbversioncompatibility,objectclass,orcldboidauthentication) by * (none) ############################################################################### ## End of file oidContextUpgradeFrom90400RDBMS.sbs ###############################################################################