Cloud CM-IPMP Guía para resolver problemas Pagina 101

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 201
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 100
Resource Adaptor Signer
J2EE Connector Resource Adaptor
RhinoJ2EEConnectorRA
JAIN SIP Resource Adaptor
RhinoSIPRA
JCC Resource Adaptor
RhinoJCCRA
Web Console
web-console-lib
Table 15.1: Signer aliases used to sign Resource Adaptors
The server must export its public key to the client and when client authentication is required, the client must also export its
public key to the server.
1. The Java client is started with an environment variable
-Drmissl.securesocket=ssl.properties
which points to the
ssl.properties file which configures the client and server key stores and trust key stores.
2. The client connects to the server and downloads the client socket connection factory
3. The secure client socket is created and the servers public key is sent to the client
4. The client checks the server public key against the client trust store configured in the properties file
5. Secure communications ensue
15.7 JAAS Configuration
This section describes how to achieve integration with enterprise systems, identity servers, databases and password files
Note: Transport-layer security and the general security of the remote host and server are important considerations when
communicating with third-party servers. Any length of security planning can be foiled by an incumbent with a key.
Authentication is provided by the modules specified in the rhino.jaas file and the LoginContext file is specified as the system
property
java.security.auth.login.config
. See Java Authentication and Authorization Service (JAAS) Reference Guide
for more information.
-Djava.security.auth.login.config=$RHINO_HOME/etc/defaults/config/rhino.jaas
Rhino contains three JAAS login modules:
1. FileLoginModule
The login credentials and roles are stored in a file.
jaas-context {
com.opencloud.rhino.security.auth.FileLoginModule REQUIRED
file="/home/rhino/config/passwd"
hash="none";
};
By default, passwords are stored in cleartext in the password file. For increased security, a secure one-way hash of the
password can be stored instead. Use the client/bin/rhino-passwd utility to generate hashed passwords which can be copied
into the password file. The file login module needs to be configured by changing the hash="none" option to hash="md5".
2. LDAPLoginModule
The login credentials and roles are stored in an LDAP directory.
jaas-context {
com.opencloud.rhino.security.auth.LdapLoginModule REQUIRED
properties="/home/rhino/config/ldapauth.properties";
};
Open Cloud Rhino 1.4.3 Administration Manual v1.1 92
Vista de pagina 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 200 201

Comentarios a estos manuales

Sin comentarios