!!! Overview
[{$pagename}] contains the record number for the entry in the [EDirectory] server's local database.
[{$pagename}] is the object ID or record number for the object in the server's local [database] ([FLAIM]). (This is a [DS specific|X-NDS_NEVER_SYNC] attribute.)
[{$pagename}] is an [Operational Attribute] and is accessible __only__ through LDAP and only if requested.
[{$pagename}] attribute is not returned in a call to read the schema.
[{$pagename}] can be used in place of the [DN] in a [searchRequest] to find information about a specific [LDAP Entry].
Through [NDAP], this information is available with the NWDSGetObjectNameAndInfo function which accesses the DCK_DSI_FLAGS key.
From [LDAP] the [{$pagename}] is returned as an [Integer] that for [Ndsrepair] usage must be converted to [Hex]. We found that in [bash] we could do this as:
%%prettify
{{{
printf "%x\n" 44279
acf7
}}} /%
And the reverse (ie [hex] to [integer]):
%%prettify
{{{
echo $((16#acf7))
44279
}}} /%
!! [LDAP] [Attribute] Definition
The [{$pagename}] [AttributeTypes] is defined as:
* [OID] of [2.16.840.1.113719.1.27.4.50]
* [NAME|Attribute-Name]: [{$pagename}]
* DESC:
* [Supertype]:
** (only if present)
* [EQUALITY]: []
* [ORDERING]: []
* SYNTAX: [1.3.6.1.4.1.1466.115.121.1.27] [Integer]
* [SINGLE-VALUE]
* [NO-USER-MODIFICATION]
* USAGE [DirectoryOperation]
* [Extended Flags]:
** [DS_OPERATIONAL]
** [DS_READ_ONLY_ATTR]
** [DS_SINGLE_VALUED_ATTR]
** [X-NDS_NEVER_SYNC]
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]