{
    "mode": "perldoc",
    "parameter": "Net::LDAP::RootDSE",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ALDAP%3A%3ARootDSE/json",
    "generated": "2026-06-09T17:04:24Z",
    "synopsis": "my $dse = $ldap->rootdse();\n# get naming Contexts\nmy @contexts = $dse->getvalue('namingContexts');\n# get supported LDAP versions as an array reference\nmy $versions = $dse->getvalue('supportedLDAPVersion', asref => 1);",
    "sections": {
        "NAME": {
            "content": "Net::LDAP::RootDSE - An LDAP RootDSE object\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $dse = $ldap->rootdse();\n\n# get naming Contexts\nmy @contexts = $dse->getvalue('namingContexts');\n\n# get supported LDAP versions as an array reference\nmy $versions = $dse->getvalue('supportedLDAPVersion', asref => 1);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "",
            "subsections": [
                {
                    "name": "Methods",
                    "content": "getvalue\n\"getvalue\" is identical to \"getvalue\" in Net::LDAP::Entry\n\nsupportedextension ( OIDLIST )\nReturns true if the server supports all of the specified extension OIDs\n\nsupportedfeature ( OIDLIST )\nReturns true if the server supports all of the specified feature OIDs\n\nsupportedversion ( VERSIONLIST )\nReturns true if the server supports all of the specified versions\n\nsupportedcontrol ( OIDLIST )\nReturns true if the server supports all of the specified control OIDs\n\nsupportedsaslmechanism ( SASLMECHLIST )\nReturns true if the server supports all of the specified SASL mechanism names\n"
                }
            ]
        },
        "SEE ALSO": {
            "content": "Net::LDAP, Net::LDAP::Entry\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights reserved. This library is free\nsoftware; you can redistribute it and/or modify it under the same terms as Perl itself.\n",
            "subsections": []
        }
    },
    "summary": "Net::LDAP::RootDSE - An LDAP RootDSE object",
    "flags": [],
    "examples": [],
    "see_also": []
}