
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I am looking for the course on creating custom dirxml driver.
The original link http://developer.novell.com/education/tutorials/dirxml2/01.htm seems to be inaccessible as of now.
Please advise where I can find this one.
Many thanks
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I don't know how good any of the classes were.
there is a Skelton driver. It basically has three or four skeleton classes.
Start here:
https://www.netiq.com/documentation/identity-manager-developer/
Specifically:
https://www.netiq.com/documentation/identity-manager-developer/driver-developer-kit.html
There is sample code. Basically each function that is defined, receives the event document, and simply returns it. Insde each function, do whatcha need to do and return a result.
The rest is where the complication occurs.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I don't know how good any of the classes were.
there is a Skelton driver. It basically has three or four skeleton classes.
Start here:
https://www.netiq.com/documentation/identity-manager-developer/
Specifically:
https://www.netiq.com/documentation/identity-manager-developer/driver-developer-kit.html
There is sample code. Basically each function that is defined, receives the event document, and simply returns it. Insde each function, do whatcha need to do and return a result.
The rest is where the complication occurs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If this is about developing policies rather than you own shim, you can take a look at https://ondemand.microfocus.com/courses/identity-manager-4-5-customization-3149/
Norbert