table of contents
Sympa::DatabaseDriver::LDAP(3Sympa) | sympa 6.2.72 | Sympa::DatabaseDriver::LDAP(3Sympa) |
NAME¶
Sympa::DatabaseDriver::LDAP - Database driver for LDAP search operation
DESCRIPTION¶
TBD.
Methods specific to this module¶
- canonical_dn ( $dn )
- Obsoleted.
Instance method. See "canonical_dn" in Net::LDAP::Util.
However, this method try to use RFC 1779 escaping as much as possible.
- escape_dn_value ( $string )
- Obsoleted.
Instance method. See "escape_dn_value" in Net::LDAP::Util.
- escape_filter_value ( $string )
- Obsoleted.
Instance method. See "escape_filter_value" in Net::LDAP::Util.
SEE ALSO¶
Sympa::DatabaseDriver, Sympa::Database.
HISTORY¶
Sympa::DatabaseDriver::LDAP appeared on Sympa 6.2.
On Sympa 6.2.15, "use_ssl" and "use_start_tls" options were deprecated and replaced by "use_tls".
2024-07-15 | 6.2.72 |