This package contains APIs to perform create and teardown the ldap suffix node.

Care must be taken when performing the delete api as it is destructive and will attempt to recursively remove all nodes below the suffix. This delete is not intended as safe for teardown on large, production data sets. The delete is safe for teardown of smaller directory as in initial base loads and/or regression testing operations. The us.jts.fortress.ldap.suffix package provides apis to add and remove suffix node, dcObject. The suffix node is also called 'root' or 'baseDn' and is the uppermost node within a particular Directory Information Tree. Example of valid suffix nodes is dc=example,dc=com. The container nodes will be located as direct descendants of the suffix.