{
    "content": [
        {
            "type": "text",
            "text": "# Net::LDAP::Control::NoOp (perldoc)\n\n## NAME\n\nNet::LDAP::Control::NoOp - LDAPv3 Tree Delete control object\n\n## SYNOPSIS\n\nuse Net::LDAP;\nuse Net::LDAP::Control::NoOp;\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n$noop = Net::LDAP::Control::NoOp->new();\n$msg = $ldap->modify( 'cn=Barbara Jensen, o=University of Michigan, c=US',\ncontrol  => [ $noop ] );\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());\n\n## DESCRIPTION\n\n\"Net::LDAP::Control::NoOp\" provides an interface for the creation and manipulation of objects\nthat represent the \"No-Op\" control as described by draft-zeilenga-ldap-noop-01.txt\n<https://tools.ietf.org/html/draft-zeilenga-ldap-noop-01>.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONSTRUCTOR ARGUMENTS**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::LDAP::Control::NoOp",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::LDAP::Control::NoOp - LDAPv3 Tree Delete control object",
        "synopsis": "use Net::LDAP;\nuse Net::LDAP::Control::NoOp;\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n$noop = Net::LDAP::Control::NoOp->new();\n$msg = $ldap->modify( 'cn=Barbara Jensen, o=University of Michigan, c=US',\ncontrol  => [ $noop ] );\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "CONSTRUCTOR ARGUMENTS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::LDAP::Control::NoOp - LDAPv3 Tree Delete control object\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Net::LDAP;\nuse Net::LDAP::Control::NoOp;\n\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n\n$noop = Net::LDAP::Control::NoOp->new();\n\n$msg = $ldap->modify( 'cn=Barbara Jensen, o=University of Michigan, c=US',\ncontrol  => [ $noop ] );\n\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"Net::LDAP::Control::NoOp\" provides an interface for the creation and manipulation of objects\nthat represent the \"No-Op\" control as described by draft-zeilenga-ldap-noop-01.txt\n<https://tools.ietf.org/html/draft-zeilenga-ldap-noop-01>.\n\nThe control, which has no corresponding response control, is appropriate for all LDAP update\nrequests, including add, delete, modify, and moddn.\n\nIts criticality is always \"TRUE\"; it has no value.\n\nThe presence of the \"No-Op\" control in an operation request message disables the normal effect\nof the operation; i.e. the server will do all processing necessary to perform the operation but\nnot actually update the directory.\n",
                "subsections": []
            },
            "CONSTRUCTOR ARGUMENTS": {
                "content": "Since the \"NoOp\" control does not have any values, only the constructor arguments described in\nNet::LDAP::Control are supported\n",
                "subsections": []
            },
            "METHODS": {
                "content": "As there are no additional values in the control, only the methods in Net::LDAP::Control are\navailable for \"Net::LDAP::Control::NoOp\" objects.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Net::LDAP, Net::LDAP::Control,\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Peter Marschall <peter@adpm.de>.\n\nPlease report any bugs, or post any suggestions, to the perl-ldap mailing list\n<perl-ldap@perl.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 2021 Peter Marschall. All rights reserved. This program is free software; you can\nredistribute it and/or modify it under the same terms as Perl itself.\n",
                "subsections": []
            }
        }
    }
}