---
title: changeLogEntry
description: Entries of this object class represent changes made to a directory server. The set of changes made to a directory server is given by the set of all entries in the changelog, ordered by changeNumber.
component: pingds
version: 8.1
page_id: pingds:schemaref:oc-changeLogEntry
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/oc-changeLogEntry.html
---

# changeLogEntry

Entries of this object class represent changes made to a directory server. The set of changes made to a directory server is given by the set of all entries in the changelog, ordered by `changeNumber`.

**Note** The `changeNumber` is unique to a server, and not necessarily shared or synchronized across servers. The change numbers for ForgeRock servers can be synchronized using the `dsrepl reset-change-number` command. ForgeRock servers also provide an alternative `changeLogCookie` attribute, which can be used reliably across a replicated topology.

A client application may synchronize its local copy of directory data by reading the server's changelog for entries where the `changeNumber` is greater than or equal to the last change that the client read from the server. A server can, however, trim its changelog. If the last change read from the changelog is not returned in search results, the client application must fall back to rebuilding its entire copy of directory data.

|                       |                                                                                                                                                                            |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *OID*                 | 2.16.840.1.113730.3.2.1                                                                                                                                                    |
| *Names*               | changeLogEntry                                                                                                                                                             |
| *Superior classes*    | [top](oc-top.html)                                                                                                                                                         |
| *Class type*          | STRUCTURAL: for structural specification of the DIT. Entries have only one structural object class superclass chain.                                                       |
| *Required attributes* | [changeNumber](at-changeNumber.html), [changeTime](at-changeTime.html), [changeType](at-changeType.html), [objectClass](at-objectClass.html), [targetDN](at-targetDN.html) |
| *Optional attributes* | [changes](at-changes.html), [deleteOldRDN](at-deleteOldRDN.html), [newRDN](at-newRDN.html), [newSuperior](at-newSuperior.html)                                             |
| *Origin*              | [draft-good-ldap-changelog](https://datatracker.ietf.org/doc/html/draft-good-ldap-changelog)                                                                               |
| *Schema file*         | 03-changelog.ldif                                                                                                                                                          |
