!!! Overview
Provides information on the success or failure of the last synchronization cycle.

!! [LDAP] [Attribute] Definition
The [{$pagename}] [AttributeTypes] is defined as:
* [OID] of [2.16.840.1.113719.1.1.4.1.176] 
* [NAME|Attribute-Name]: [{$pagename}]
* DESC: Provides information on the success or failure of the last synchronization cycle.
* [EQUALITY]: []
* [ORDERING]: []
* SYNTAX: [1.3.6.1.4.1.1466.115.121.1.40] [Octet String]
* [NO-USER-MODIFICATION]
* USAGE [DirectoryOperation] 
* [Extended Flags]: 
** [X-NDS_NAME]: Partition Status
** [X-NDS_PUBLIC_READ]: 1
** [X-NDS_NEVER_SYNC]: 1
** [X-NDS_NOT_SCHED_SYNC_IMMEDIATE]: 1
** [X-NDS_NONREMOVABLE]: 1
** [X-NDS_READ_FILTERED]: 1
* Used as [MUST] in:
** 
* Used [MAY] in:
** [Partition]!! Decoding from [LDAP]
To decode the data part of the octet string, you can use the following structure:
{{{
nuint32 version (0)
nuint32 flags (0: local error; 1: remote error; 2: in sync)
nuint32 syncTime
nuint32 replicaNumber (0: reserved)
nuint32 error (0: success)
nuint32 reserved
nuint32 serverNameLength
unicode serverName[MAX_DN_CHARS]
nuint32 reserved[..]
}}}

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]