![]() |
![]()
| ![]() |
![]()
NAMENet::LDAP::Constant - Constants for use with Net::LDAP SYNOPSISuse Net::LDAP qw(LDAP_SUCCESS LDAP_PROTOCOL_ERROR); DESCRIPTIONNet::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.
Protocol Constants
Control OIDsControl 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.
Control constants
Active Directory Control OIDs See section LDAP Extended Controls in <https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-ADTS/[MS-ADTS].pdf>.
Extension OIDsExtension 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 OIDsFeature 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.
Active Directory Capability OIDsThe 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.
SEE ALSONet::LDAP, Net::LDAP::Message AUTHORGraham Barr <gbarr@pobox.com> Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org> COPYRIGHTCopyright (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.
|