DS 7.3.4

dc

Domain component as described in RFC 1274, where each attribute value holds one component, or label, of a DNS domain name. A value of this attribute is a string of ASCII characters following this ABNF:

label = (ALPHA / DIGIT) [*61(ALPHA / DIGIT / HYPHEN) (ALPHA / DIGIT)]
ALPHA   = %x41-5A / %x61-7A     ; "A"-"Z" / "a"-"z"
DIGIT   = %x30-39               ; "0"-"9"
HYPHEN  = %x2D                  ; hyphen ("-")

Examples: example, com (but not example.com)

Single value

true

Origin

RFC 4519

Usage

userApplications

Ordering matching rule

caseIgnoreOrderingMatch

OID

0.9.2342.19200300.100.1.25

User modification allowed

true

Schema file

00-core.ldif

Names

dc, domainComponent

Used by

dNSDomain, dcObject, domain, rFC822LocalPart, untypedObject

Substring matching rule

caseIgnoreIA5SubstringsMatch

Syntax

IA5String

Equality matching rule

caseIgnoreIA5Match

Copyright © 2010-2024 ForgeRock, all rights reserved.