{
    "mode": "perldoc",
    "parameter": "Net::LDAP::Control::ManageDsaIT",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ALDAP%3A%3AControl%3A%3AManageDsaIT/json",
    "generated": "2026-06-14T04:19:06Z",
    "synopsis": "use Net::LDAP;\nuse Net::LDAP::Control::ManageDsaIT;\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n$manage = Net::LDAP::Control::ManageDsaIT->new( critical => 1 );\n$msg = $ldap->modify( 'dc=sub,dc=mydomain,dc=eg\",\nchanges => [\ndelete => { ref => 'ldap://ldap2/dc=sub,dc=mydom,dc=eg' },\nadd => { ref => 'ldap://ldap3/dc=sub,dc=mydom,dc=eg' } ],\ncontrol  => [ $manage ] );\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());",
    "sections": {
        "NAME": {
            "content": "Net::LDAP::Control::ManageDsaIT - LDAPv3 Manage DSA-IT control object\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Net::LDAP;\nuse Net::LDAP::Control::ManageDsaIT;\n\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n\n$manage = Net::LDAP::Control::ManageDsaIT->new( critical => 1 );\n\n$msg = $ldap->modify( 'dc=sub,dc=mydomain,dc=eg\",\nchanges => [\ndelete => { ref => 'ldap://ldap2/dc=sub,dc=mydom,dc=eg' },\nadd => { ref => 'ldap://ldap3/dc=sub,dc=mydom,dc=eg' } ],\ncontrol  => [ $manage ] );\n\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "\"Net::LDAP::Control::ManageDsaIT\" provides an interface for the creation and manipulation of\nobjects that represent the \"ManageDsaIT\" control as described by RFC 3296.\n\nIt allows the manipulation of referral and other special objects as normal entries.\n\nThe control is appropriate for LDAP search, compare and all update requests, including add,\ndelete, modify, and modifyDN (rename) [RFC4511].\n\nIts criticality may be TRUE or FALSE; it has no value.\n",
            "subsections": []
        },
        "CONSTRUCTOR ARGUMENTS": {
            "content": "Since the \"ManageDsaIT\" control does not have any values, only the constructor arguments\ndescribed in Net::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::ManageDsaIT\" 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) 2004 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": []
        }
    },
    "summary": "Net::LDAP::Control::ManageDsaIT - LDAPv3 Manage DSA-IT control object",
    "flags": [],
    "examples": [],
    "see_also": []
}