(Quick Reference)

7 Resources - Reference Documentation

Authors: Lucas Rockwell

Version: 0.5.0

7 Resources

Overview

The DirectoryService Plugin is for interacting with an LDAP directory. If you are not familiar with LDAP, please read the Wikipedia LDAP page for starters.

API Docs

UnboundID LDAP SDK Docs

The DirectoryService plugin is based on the UnboundID LDAP SDK.

The UnboundID LDAP SDK is very powerful, and of course DirectoryService only uses a fraction of what it has to offer. However, we have tried to encapsulate in DirectoryService what the kinds of activities you would do with a directory most of the time, so if at all possible, try to avoid using the underlying UnboundID API because if it changes, then you will have to change your code, as well, and it will be up to you to keep up with any changes.

DirectoryService API Docs