Question : Convert Edir to AD Driver to Bi Directional

We currently are running Novell Identity Manager 3.5 and using it to sync to AD.  We currently have all of our Novell structure going to a OU in AD named novell and then the novell structure is duplicated in OUs under the Novell OU.

What we need is to make this driver bi- directional now.  We need to sync passwords from AD to Edir and also only sync AD users that are created on the AD out Novell.  We dont want Home Directories to sync but I dont think IDM will even do that unless we set something up, which we didnt.  


Current:

Edir -> AD
Tree -> Novell OU
Universal Passwords -> AD password
Novell Group -> AD Group
User Information <-> AD User Information

Wanted
EDir <-> AD
Tree <-> Novell OU (Keeping structure so a container in the tree will be created as a OU under NOVELL OU in Microsoft, which is how we currently have it setup)
Passwords <-> AD Passwords
Novell Group <-> AD Group
User Information <-> Ad User Information
Home Directory Doesnt Sync wither way.

Answer : Convert Edir to AD Driver to Bi Directional

IDM is all event driven. The eDirectory side is no problem; Novell knows how eDir works as it's their product and the ModifyObject event is passed to the IDM driver. Doesn't matter what you do to the object, it will be sent to the driver. Even just running a JRB to essentially modify nothing at all, the event is triggered and the object processed. It will attempt to sync all attributes of that object.

If you were to unload the IDM driver, modify an object (say, change user phone number), flush the IDM event cache and then restart the driver the object would not be processed as it's unaware of the change. However if you then change the user's password, the phone number will sync because all attributes are processed.

On the AD side you've got the Identity Manager plugin (usually hides away in Control Panel), which you will have installed on your DC with the remote loader. That basically catches passwords as they're changed, before they're committed to the directory. In the IDM driver filter the nspmDistributionPassword is set as "notify" in 1 direction and "sync" in the other. I can't remember which way around off the top of my head.

It's probably worth setting up a bi-directional driver from scratch (not starting it) and then comparing the 2 side by side in iManager (or Designer, if that's your thing).

So far as what objects will sync, essentially anything under the Base DN specified in your driver, unless you've done something like exclude the OU class in the filter, in which case subcontainer users would only sync if the OU is actually present in the destination directory.

Been a few months since I've got down and dirty with IDM and I kinda miss it.


Random Solutions  
 
programming4us programming4us