1Net::LDAP::RootDSE(3) User Contributed Perl DocumentationNet::LDAP::RootDSE(3)
2
3
4

NAME

6       Net::LDAP::RootDSE - An LDAP RootDSE object
7

SYNOPSIS

9        my $dse = $ldap->root_dse();
10
11        # get naming Contexts
12        my @contexts = $dse->get_value('namingContexts');
13
14        # get supported LDAP versions as an array reference
15        my $versions = $dse->get_value('supportedLDAPVersion', asref => 1);
16

DESCRIPTION

18   Methods
19       get_value
20           "get_value" is identical to "get_value" in Net::LDAP::Entry
21
22       supported_extension ( OID_LIST )
23           Returns true if the server supports all of the specified extension
24           OIDs
25
26       supported_feature ( OID_LIST )
27           Returns true if the server supports all of the specified feature
28           OIDs
29
30       supported_version ( VERSION_LIST )
31           Returns true if the server supports all of the specified versions
32
33       supported_control ( OID_LIST )
34           Returns true if the server supports all of the specified control
35           OIDs
36
37       supported_sasl_mechanism ( SASL_MECH_LIST )
38           Returns true if the server supports all of the specified SASL
39           mechanism names
40

SEE ALSO

42       Net::LDAP, Net::LDAP::Entry
43

AUTHOR

45       Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>.
46
48       Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights
49       reserved. This library is free software; you can redistribute it and/or
50       modify it under the same terms as Perl itself.
51
52
53
54perl v5.16.3                      2013-06-07             Net::LDAP::RootDSE(3)
Impressum