CA Directory routes requests to the Active Directory that correspond to the suffix defined in the client request to the Active Directory used by CA Access Control. CA Directory uses the DXlink utility to route the request.
Before you completed this procedure, you installed two Active Directory user stores, for example: acdir1 and acdir2 and CA Directory, named dsarouter.
Follow these steps:
dxnewdsa -s 1 cadirhost-adrouter 25389
Specify the database size of 1 MB
Defines the name of the router
Specifies the router port
dxserver stop cadirhost-adrouter
dxserver install cadirhost-adrouter
DXHOME/config/knowledge
set dsa "acdir1-dxlink" =
{
prefix = <dc "acdir1"><dc "com">
dsa-name = <cn "acdir1-dxlink">
dsa-password = "secret"
ldap-dsa-name = <dc "acdir1"><dc "com"><cn "users"><cn "Administrator">
ldap-dsa-password = "{CADIR}yKW2cVbG"
address = tcp "acdir1" port 389
auth-levels = clear-password
trust-flags = allow-check-password, no-server-credentials
link-flags = dsp-ldap, ms-ad
};
Specifies the Distinguished Named (DN) used to bind to Active Directory
Defines the encrypted password for the DN
Note: Use the dxpassword utility to encrypt the password. For example: dxpassword -P CADIR <password>.
Specifies the Active Directory domain controller address
set dsa "aclabcail-dxlink" =
{
prefix = <dc "acdir2"><dc "com">
dsa-name = <cn "acdir2-dxlink">
dsa-password = "secret"
ldap-dsa-name = <dc "acl"><dc "aclab"><cn "users"><cn "Administrator">
ldap-dsa-password = "{CADIR}yKW2cVbG"
address = tcp "acdir2" port 389
auth-levels = clear-password
trust-flags = allow-check-password, no-server-credentials
link-flags = dsp-ldap, ms-ad
};
You have configured the CA Directory router.
| Copyright © 2012 CA. All rights reserved. |
|