DS 7.3.4

associatedDomain

An attribute for specifying DNS hostnames associated with an object. For example, the entry with DN dc=example,dc=com could have an associated domain of example.com.

Values of this attribute conform to the following ABNF:

domain = root / label *( DOT label )
root   = SPACE
label  = LETDIG [ *61( LETDIG / HYPHEN ) LETDIG ]
LETDIG = %x30-39 / %x41-5A / %x61-7A ; "0" - "9" / "A"-"Z" / "a"-"z"
SPACE  = %x20                        ; space (" ")
HYPHEN = %x2D                        ; hyphen ("-")
DOT    = %x2E                        ; period (".")

Single value

false: multiple values allowed

Origin

RFC 4524

Usage

userApplications

Ordering matching rule

caseIgnoreOrderingMatch

OID

0.9.2342.19200300.100.1.37

User modification allowed

true

Schema file

00-core.ldif

Names

associatedDomain

Used by

domainRelatedObject

Substring matching rule

caseIgnoreIA5SubstringsMatch

Syntax

IA5String

Equality matching rule

caseIgnoreIA5Match

Copyright © 2010-2024 ForgeRock, all rights reserved.