GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::LDAP::RootDSE(3) User Contributed Perl Documentation Net::LDAP::RootDSE(3)

Net::LDAP::RootDSE - An LDAP RootDSE object

 my $dse = $ldap->root_dse();

 # get naming Contexts
 my @contexts = $dse->get_value('namingContexts');

 # get supported LDAP versions as an array reference
 my $versions = $dse->get_value('supportedLDAPVersion', asref => 1);

get_value
"get_value" is identical to "get_value" in Net::LDAP::Entry
supported_extension ( OID_LIST )
Returns true if the server supports all of the specified extension OIDs
supported_feature ( OID_LIST )
Returns true if the server supports all of the specified feature OIDs
supported_version ( VERSION_LIST )
Returns true if the server supports all of the specified versions
supported_control ( OID_LIST )
Returns true if the server supports all of the specified control OIDs
supported_sasl_mechanism ( SASL_MECH_LIST )
Returns true if the server supports all of the specified SASL mechanism names

Net::LDAP, Net::LDAP::Entry

Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>.

Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2020-12-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.