2.3.4.4 LDAP Entry for Domainv2-Based Deleted Link
Only one LDAP entry corresponds to a deleted link in a domainv2-based DFS namespace. This is a dynamic object.
This object has the following attributes. The schemas for these attributes are specified in [MS-ADA2].
|
Attribute |
Description |
|---|---|
|
msDFS-NamespaceIdentityGUIDv2 |
This is the time-stable identifier for the DFS namespace containing the link, and it matches the value specified in the namespace LDAP entry. It is a binary value set at DFS namespace creation time whose size is specified by the rangeLower and rangeUpper attributes. |
|
msDFS-LinkIdentityGUIDv2 |
This is the time-stable identifier for a DFS link. It is a binary value set at DFS link creation time whose size is specified by the rangeLower and rangeUpper attributes. This value is retained in the dynamic object created when the link is deleted. |
|
msDFS-LastModifiedv2 |
A time string format defined by ASN.1 standards. The UTC time in the form YYYYMMDDHHMMSS.0Z"0Z" indicates no time differential. This attribute is updated each time the DFS link entry is updated. |
|
msDFS-LinkPathv2 |
A case-insensitive String(Unicode) (see [MS-ADTS] section 3.1.1.2.2.2) that is the DFS root-relative path to the DFS link reparse point. To simplify LDAP searches, path separators are forward slashes (/) instead of backward slashes (\). |
|
msDFS-Commentv2 |
An optional attribute that contains a comment associated with the DFS namespace link. A case-insensitive String(Unicode) (see [MS-ADTS] section 3.1.1.2.2.2). |
|
msDFS-ShortNameLinkPathv2 |
A case-insensitive String(Unicode) (see [MS-ADTS] section 3.1.1.2.2.2) that is the DFS namespace root-relative path to the DFS link reparse point in short name form. To simplify LDAP searches, path separators are forward slashes (/) instead of backward slashes (\). This is reserved for future use and MUST NOT be currently used. |
The following attributes are mandatory: msDFS-NamespaceIdentityGUIDv2, msDFS-LinkIdentityGUIDv2, msDFS-LastModifiedv2, and msDFS-LinkPathv2.
The following attributes are optional: msDFS-Commentv2 and msDFS-ShortNameLinkPathv2.
The object class of the LDAP entry corresponding to a DFS link in a domainv2-based DFS namespace is msDFS-DeletedLinkv2, and its schema is as specified in [MS-ADSC].