I have little TAM compentency, but will go out on a limb
and say that if the two TAM instances use the same
JVM and version of libraries then this should work
with one TDI and a couple of TAM Connectors.
If these are not the same version then you will need
two TDI Servers running and pass the info between
them. For this you can use MQ, file transfer, HTTP,
or any other transport or protocol that TDI supports.
-Eddie
On Dec 10, 2:38 pm, Victor - Antonio Apetri <victor.ape...@gmail.com>
wrote:
Hello,
the next question is: In what mode the tam connector will be
configured for the first tam, who must provision the second tam,
delta ? interator ?
Thank you
-Eddie
Thank guys for the ideas, ...
There is no LDAP or TAM changelog connector at this moment. I will try
with the TAM and LDAP with delta engine on.
I need only to replicate the users and the user membership.
Of course, the Delta Engine is a solid choice as well, although you
will need to schedule your AL for periodic runs.
-Eddie
One more question, i don't have an LDAP changelog connector, you refer
only to scan the enable changelog from the ldap ?
I need all the informations to be automatically sent between the 2
sites.
One more question: Can also the password be synchronized between the 2
ADs?
1) The source lets you read the encrypted password (AD does)
2) The target lets you write the encrypted password (not sure if AD
does)
3) Both source and target use the same encryption (AD + AD = true)
So it's worth a test, Victor. Remember that to write passwords to
AD you have to set up an SSL connection, which means getting
the AD certificate and importing it into the TDI keystore.
If AD does not let you write the encrypted password, and insists
on encrypting it once more, then you can use the password
catcher plugin (also part of TDI) to catch any changes to passwords
on one system and pass it to the other. The password catcher
grabs the password in clear text and makes it available for a
special AL that you make to sync passwords.
Hope this helps!
-Eddie
I only want to get the password from the first TAM to the second TAM.
AD is used with this Sync between the 2 TAMS
First TAM is sync with AD with TDI via the AD Changelog conenctor,
does this changelog connector get the password changes from AD and
send them to TAM ?
Your PasswordSync AL (PWsync) either iterates off the queue, or
it uses the LDAP Changelog Connector (or Sun One Changelog,
or Active Directory Changelog) to catch changes in this branch,
grab the password in cleartext, drive it to targets and then delete
it from the directory.
Also, if you do not have the Changelog Connectors, then you probably
have a GPE license version of TDI (General Purpose Edition). This
one is for non-identity integration work.
-Eddie