blob: 9969af84a3ab38245e4060f3ce48ac50e19c17fc (
plain) (
blame)
1
2
3
4
5
6
|
This module provides some testing methods for LDAP operations, such as
search, add, and modify, where each method is suffixed with either _ok
or _is.
Test::Net::LDAP is a subclass of Net::LDAP, so all the methods defined
for Net::LDAP are available in addition to search_ok, add_is, etc.
|