1Net::LDAP::RootDSE(3) User Contributed Perl DocumentationNet::LDAP::RootDSE(3)
2
3
4
6 Net::LDAP::RootDSE - An LDAP RootDSE object
7
9 my $dse = $ldap->root_dse();
10
11 # get naming Contexts
12 my @contexts = $dse->get_value('namingContext');
13
14 # get supported LDAP versions as an array reference
15 my $versions = $dse->get_value('supportedLDAPVersion', asref => 1);
16
18 Methods
19
20 get_value
21 "get_value" is identical to "get_value" in Net::LDAP::Entry
22
23 supported_extension ( OID_LIST )
24 Returns true if the server supports all of the specified extension
25 OIDs
26
27 supported_feature ( OID_LIST )
28 Returns true if the server supports all of the specified feature
29 OIDs
30
31 supported_version ( VERSION_LIST )
32 Returns true if the server supports all of the specified versions
33
34 supported_control ( OID_LIST )
35 Returns true if the server supports all of the specified control
36 OIDs
37
38 supported_sasl_mechanism ( SASL_MECH_LIST )
39 Returns true if the server supports all of the specified SASL mech‐
40 anism names
41
43 Net::LDAP, Net::LDAP::Entry
44
46 Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>.
47
49 Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights
50 reserved. This library is free software; you can redistribute it and/or
51 modify it under the same terms as Perl itself.
52
53
54
55perl v5.8.8 2007-02-10 Net::LDAP::RootDSE(3)