Net::LDAP::Constant(3pm) | User Contributed Perl Documentation | Net::LDAP::Constant(3pm) |
Net::LDAP::Constant - Constants for use with Net::LDAP
use Net::LDAP qw(LDAP_SUCCESS LDAP_PROTOCOL_ERROR);
Net::LDAP::Constant exports constants, technically: constant subroutines, for the LDAP status codes and OIDs listed in the sections below.
In addition to exporting individual constants, the following tags can be used to export groups of constants.
Control OIDs identify LDAP Controls.
By announcing the respective OIDs in the operational attribute "supportedControls" of the Root DSE an LDAP server indicates which LDAP Controls it supports.
Active Directory Control OIDs
See section LDAP Extended Controls in <https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-ADTS/[MS-ADTS].pdf>.
Extension OIDs identify LDAP Extended operations.
By announcing the respective OIDs in the operational attribute "supportedExtension" of the Root DSE an LDAP server indicates which LDAP Extended operations it supports.
Active Directory Extension OIDs
See section LDAP Extended Operations in <https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-ADTS/[MS-ADTS].pdf>.
Novell eDirectory Extension OIDs
Feature OIDs identify LDAP features.
By announcing the respective OIDs in the operational attribute "supportedFeature" of the Root DSE an LDAP server indicates which LDAP features it supports.
The following constants are specific to Microsoft Active Directory. They serve to denote capabilities via the non-standard operational attribute "supportedCapabilities" in the Root DSE of an an LDAP server.
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.
2021-01-03 | perl v5.32.0 |