This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 30 lines
!!! Overview
[{$pagename}] is a [LDAP Server Implementation] from [Computer Associates].
!! How it Works[1]
[{$pagename}] uses [DSAs] of different Types:
* Router DSA - A router DSA has no local data and no datastore. It can only route traffic to other DSAs.
* Data DSA - A data DSA holds data, and queries are routed to it by router DSAs. A data DSA can perform local operations, replicate updates, and route traffic to other DSAs.
* Third-party DSA - This is a DSA from an external vendor.\\
!! [Example] How a Query to an [{$pagename}] Server Works
[{Image src='CA Directory/dsa-router-to-data.png' caption='DSA Router' align=left style='font-size: 120%}].
\\
* The router DSA receives a search request.
* The search specifies a branch in the Staff partition, which the router DSA knows is served by the LDAP server Staff.
* The router DSA checks the Staff server's configuration to see whether there are any special conditions for linking to that DSA. The configuration indicates that the Staff server requires that any links use LDAP.
* The router DSA uses acts as a client to make an LDAP search request of the Staff server.
* The Staff server responds with the search result (also using LDAP).
* The router DSA returns the search result to the client.
!! Where is the Data?
A data DSA is always associated with a datastore, which stores the data even if the DSA is shut down.
The datastore is a memory-mapped file. The DSA uses the in-memory copy of the [namespace] partition, and relies on the operating system memory mapping functions to keep the file copy on disk up to date.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [CA Directory - 12.0.15|https://wiki.ca.com/display/CAD1215/DSAs|target='_blank'] - based on information obtained 2015-10-22