Man Page: net::ldap::rootdse
Operating Environment: mojave
Section: 3
Net::LDAP::RootDSE(3) User Contributed Perl Documentation Net::LDAP::RootDSE(3)NAMENet::LDAP::RootDSE - An LDAP RootDSE objectSYNOPSISmy $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 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 namesSEE ALSONet::LDAP, Net::LDAP::EntryAUTHORChris 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. perl v5.18.2 2013-07-21 Net::LDAP::RootDSE(3)
| Related Man Pages |
|---|
| net::ldaps(3) - mojave |
| net::ldaps(3) - suse |
| net::ldaps5.16(3) - osx |
| net::ldap::rootdse(3pm) - debian |
| net::ldaps(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| OBM 2.1.11 (Default branch) |
| OBM 2.1.14 (Default branch) |
| OBM 2.1.15 (Default branch) |
| LDAP |
| LDAP Script |