Chapter 5 Naming Services
To add persistent object name storage capabilities to EAServer, you can use an external directory naming service, such as an LDAP server. The server properties include an optional URL for specifying the port for the external name server.
When you use an external name server, EAServer uses JNDI to communicate with the name server through the specified URL.
LDAP servers have predefined schema for common objects such as country, organization, and organizational unit. EAServer uses the following format for an LDAP-compatible initial context:
ou=<organizational unit>, o=<organization>, c=<country>
When you use an LDAP server with EAServer, the CosNaming component binds all implemented objects on the servers that use the designated EAServer name server, and stores the name context information on the LDAP server. If EAServer detects previously-bound objects on the external name server, it updates the existing bindings with current name context information. When you shut down EAServer, it unbinds the stored information.
How the EAServer name server connects to an LDAP server
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |