BEA WebLogic Server 7 Manual de servicio Pagina 274

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 545
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 273
14 Managing Security
14-36 Administration Guide
newUser=INSERT INTO users VALUES ( ? , ? );
addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );
removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND
GM_MEMBER = ?;
deleteUser1=DELETE FROM users WHERE U_NAME = ?;
deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;
deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;
deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;
deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?”
8. To save your changes, click the Apply button.
9. When you have finished defining the attributes, reboot WebLogic Server.
10. Configure the Caching realm. For more information, see “Configuring the
Caching Realm.”
Note: When you use an RDBMS Security realm, you must configure and enable
the Caching realm; otherwise, the RDBMS Security realm will not work.
When configuring the Caching realm, select the RDBMS Security realm from
the pull-down menu for the Basic attribute on the General tab. The Basic
attribute defines the association between the Caching realm and the alternate
security realm (in this case, the RDBMS Security realm).
11. Go to the Security node.
12. Choose the Filerealm tab.
13. In the Caching Realm attribute, choose the name of the Caching Realm to be
used with the RDBMS Security realm. A list of configured Caching Realms
appears on the pull-down menu.
Note: When you use an RDBMS Security realm, you must configure and enable
the Caching realm; otherwise, the RDBMS Security realm will not work.
14. Reboot WebLogic Server.
Vista de pagina 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 544 545

Comentarios a estos manuales

Sin comentarios