This module provides the LDAP functions with transaction support disabled, with a subset of the functions from the real ldap module.
The LDAP connection class.
Add a DN to the LDAP database; See ldap module. Doesn’t return a result if transactions enabled.
Attempt to commit all changes to LDAP database. i.e. forget all rollbacks. However stay inside transaction management.
delete a dn in the ldap database; see ldap module. doesn’t return a result if transactions enabled.
End a transaction. Must not be dirty when doing so. ie. commit() or rollback() must be called if changes made. If dirty, changes will be discarded.
Modify a DN in the LDAP database; See ldap module. Doesn’t return a result if transactions enabled.
Modify a DN in the LDAP database; See ldap module. Doesn’t return a result if transactions enabled.
rename a dn in the ldap database; see ldap module. doesn’t return a result if transactions enabled.