Net::LDAP::Constant(3) | User Contributed Perl Documentation | Net::LDAP::Constant(3) |
Net::LDAP::Constant - Constants for use with Net::LDAP
use Net::LDAP qw(LDAP_SUCCESS LDAP_PROTOCOL_ERROR);
Net::LDAP::Constant exports constant subroutines for the following LDAP error codes.
Net::LDAP::Constant exports constant subroutines for the following LDAP extension OIDs.
Novell eDirectory Extension OIDs
Net::LDAP::Constant exports constant subroutines for the following LDAP feature OIDs.
The following constants are specific to Microsoft Active Directory. They serve to denote capabilities via the non-standard attribute "supportedCapabilities" in the Root DSE.
On an Active Directory DC operating as AD LDS, the presence of this capability indicates that the LDAP server is running at least the Windows 2008.
Net::LDAP, Net::LDAP::Message
Graham Barr <gbarr@pobox.com>
Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>
Copyright (c) 1998-2009 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2018-09-06 | perl v5.34.0 |