Namespace: "urn:zimbraAdmin"
ModifyLDAPEntry SOAP Command

Modify an LDAP Entry

Authorization token required true
Admin Authorization token required true

ModifyLDAPEntryRequest

    <ModifyLDAPEntryRequest dn="{ldap-DN-string}"> ## ModifyLDAPEntryRequest
        (<a n="{key}" /> ## Attr)*
    </ModifyLDAPEntryRequest>

The following table describes elements and attributes you can define within a <ModifyLDAPEntryRequest> element:

XPath Required / Optional Description
@dn Required (only 1) Type:String
a valid LDAP DN String (RFC 2253) that identifies the LDAP object
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type:String
Key

ModifyLDAPEntryResponse

    <ModifyLDAPEntryResponse> ## ModifyLDAPEntryResponse
        <LDAPEntry name="{ldap-entry-name}"> ## LDAPEntryInfo
            (<a n="{key}" /> ## Attr)*
        </LDAPEntry>
    </ModifyLDAPEntryResponse>

The following table describes elements and attributes you can define within a <ModifyLDAPEntryResponse> element:

XPath Required / Optional Description
/LDAPEntry Required (only 1) Information about LDAP entry
/LDAPEntry@name Required (only 1) Type:String
LDAP Entry name
/LDAPEntry/a Optional (0 or more) Attributes
/LDAPEntry/a@n Required (only 1) Type:String
Key