![]() |
![]()
| ![]() |
![]()
NAMENet::LDAP::RootDSE - An LDAP RootDSE object SYNOPSISmy $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); DESCRIPTIONMethods
SEE ALSONet::LDAP, Net::LDAP::Entry AUTHORChris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>. COPYRIGHTCopyright (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.
|