NAME
Net::LDAP::RootDSE - An LDAP RootDSE object
SYNOPSIS
my $dse = $ldap->rootdse();
# get naming Contexts
my @contexts = $dse->getvalue('namingContext');
# get supported LDAP versions as an array reference
my $versions = $dse->getvalue('supportedLDAPVersion', asref => 1);
DESCRIPTION
Methods getvalue "getvalue" is identical to "getvalue" in Net::LDAP::Entry supportedextension ( OIDLIST ) Returns true if the server supports all of the specified extension OIDs supportedfeature ( OIDLIST ) Returns true if the server supports all of the specified feature OIDs supportedversion ( VERSIONLIST ) Returns true if the server supports all of the specified versions supportedcontrol ( OIDLIST ) Returns true if the server supports all of the specified control OIDs supportedsaslmechanism ( SASLMECHLIST ) Returns true if the server supports all of the specified SASL mechanism namesSEE ALSO
Net::LDAP, Net::LDAP::Entry AUTHOR Chris Ridd, Graham Barr . COPYRIGHT 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.perl v5.8.8 2005-04-25 Net::LDAP::RootDSE(3)