Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Net::LDAP::RootDSE

Name Net::LDAP::RootDSE
Version 0.02
Located at /usr/share/perl5
File /usr/share/perl5/Net/LDAP/RootDSE.pm
Is Core No
Search CPAN for this module Net::LDAP::RootDSE
Documentation Net::LDAP::RootDSE
Module Details Net::LDAP::RootDSE

NAME

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


SYNOPSIS

 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);


DESCRIPTION

Methods

get_value
get_value is identical to get_value in the Net::LDAP::Entry manpage

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


SEE ALSO

the Net::LDAP manpage, the Net::LDAP::Entry manpage


AUTHOR

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


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 Diver brought to you by ScriptSolutions.com © 1997- 2026