---
title: "About the <code class=\"codeph\">LDAPAdd</code> element"
description: An LDAPAdd element contains the following XML elements in sequence:
component: pingdirectory
version: 10.1
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_ldapadd_element
canonical_url: https://docs.pingidentity.com/pingdirectory/10.1/pingdirectory_server_administration_guide/pd_ds_ldapadd_element.html
revdate: July 5, 2024
---

# About the `LDAPAdd` element

An `LDAPAdd` element contains the following XML elements in sequence:

* `DNTemplate`: a required element specifying a template that is used to construct the DN of an entry representing a SCIM resource when it is created. The template can reference values of the entry after it has been mapped using `{ldapAttr}`, where `ldapAttr` is the name of an LDAP attribute.

* `fixedAttribute`: zero or more elements specifying fixed LDAP values to be inserted into the entry after it has been mapped from the SCIM resource.
