{
    "mode": "perldoc",
    "parameter": "Net::LDAP::Control::Relax",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ALDAP%3A%3AControl%3A%3ARelax/json",
    "generated": "2026-06-13T17:52:34Z",
    "synopsis": "use Net::LDAP;\nuse Net::LDAP::Control::Relax;\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n$relax = Net::LDAP::Control::Relax->new();\n$msg = $ldap->modify( 'dc=sub,dc=mydomain,dc=eg\",\nchanges => [\nreplace => { modifyTimestamp => '19700101000000Z' } ],\ncontrol  => [ $relax ] );\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());",
    "sections": {
        "NAME": {
            "content": "Net::LDAP::Control::Relax - LDAPv3 Relax control object\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Net::LDAP;\nuse Net::LDAP::Control::Relax;\n\n$ldap = Net::LDAP->new( \"ldap.mydomain.eg\" );\n\n$relax = Net::LDAP::Control::Relax->new();\n\n$msg = $ldap->modify( 'dc=sub,dc=mydomain,dc=eg\",\nchanges => [\nreplace => { modifyTimestamp => '19700101000000Z' } ],\ncontrol  => [ $relax ] );\n\ndie \"error: \",$msg->code(),\": \",$msg->error()  if ($msg->code());\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "\"Net::LDAP::Control::Relax\" provides an interface for the creation and manipulation of objects\nthat represent the \"Relax\" control as described by draft-zeilenga-ldap-relax-03.txt\n\nThe control, which has no corresponding response control, is appropriate for all LDAP update\nrequests, including add, delete, modify, and moddn.\n\nThe presence of the Relax control in an LDAP update request indicates the server temporarily\nrelax X.500 model constraints during performance of the directory update.\n\nIt does not have a value and its criticality is always set to \"TRUE\".\n",
            "subsections": []
        },
        "CONSTRUCTOR ARGUMENTS": {
            "content": "Since the \"Relax\" 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::Relax\" 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) 2013 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::Relax - LDAPv3 Relax control object",
    "flags": [],
    "examples": [],
    "see_also": []
}