mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fixed some syntax errors.
This commit is contained in:
parent
9291bf6f44
commit
7c4fb74a19
@ -16,6 +16,6 @@ objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
|
|||||||
# too.
|
# too.
|
||||||
|
|
||||||
attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
|
attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
|
objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
|
||||||
|
@ -22,61 +22,61 @@
|
|||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
|
attribute ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' )
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.2 NAME 'textEncodedORAddress'
|
attribute ( 0.9.2342.19200300.100.1.2 NAME 'textEncodedORAddress'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' )
|
attribute ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' )
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch
|
attribute ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.5 NAME ( 'drink' 'favouriteDrink' )
|
attribute ( 0.9.2342.19200300.100.1.5 NAME ( 'drink' 'favouriteDrink' )
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.6 NAME 'roomNumber'
|
attribute ( 0.9.2342.19200300.100.1.6 NAME 'roomNumber'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.7 NAME 'photo'
|
attribute ( 0.9.2342.19200300.100.1.7 NAME 'photo'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.5' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.8 NAME 'userClass'
|
attribute ( 0.9.2342.19200300.100.1.8 NAME 'userClass'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.9 NAME 'host'
|
attribute ( 0.9.2342.19200300.100.1.9 NAME 'host'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.10 NAME 'manager'
|
attribute ( 0.9.2342.19200300.100.1.10 NAME 'manager'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.11 NAME 'documentIdentifier'
|
attribute ( 0.9.2342.19200300.100.1.11 NAME 'documentIdentifier'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.12 NAME 'documentTitle'
|
attribute ( 0.9.2342.19200300.100.1.12 NAME 'documentTitle'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributes ( 0.9.2342.19200300.100.1.13 NAME 'documentVersion'
|
attribute ( 0.9.2342.19200300.100.1.13 NAME 'documentVersion'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributes ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor'
|
attribute ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attributes ( 0.9.2342.19200300.100.1.15 NAME 'documentLocation'
|
attribute ( 0.9.2342.19200300.100.1.15 NAME 'documentLocation'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.20 NAME ( 'homeTelephoneNumber' 'homePhone' )
|
attribute ( 0.9.2342.19200300.100.1.20 NAME ( 'homeTelephoneNumber' 'homePhone' )
|
||||||
EQUALITY telephoneNumberMatch
|
EQUALITY telephoneNumberMatch
|
||||||
@ -85,12 +85,12 @@ attribute ( 0.9.2342.19200300.100.1.20 NAME ( 'homeTelephoneNumber' 'homePhone'
|
|||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.21 NAME 'secretary'
|
attribute ( 0.9.2342.19200300.100.1.21 NAME 'secretary'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
# Netscape defines this with syntax 1.15 TBC
|
# Netscape defines this with syntax 1.15 TBC
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.22 NAME 'otherMailbox'
|
attribute ( 0.9.2342.19200300.100.1.22 NAME 'otherMailbox'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.39' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.39 )
|
||||||
|
|
||||||
# Netscape defines this with syntax 1.15 TBC
|
# Netscape defines this with syntax 1.15 TBC
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ attribute ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime'
|
|||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy'
|
attribute ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
# This is the definition as defined in RFC2247
|
# This is the definition as defined in RFC2247
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ attribute ( 0.9.2342.19200300.100.1.25 NAME 'dc'
|
|||||||
# and Netscape use it is very different.
|
# and Netscape use it is very different.
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.26 NAME 'dNSRecord'
|
attribute ( 0.9.2342.19200300.100.1.26 NAME 'dNSRecord'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
# 0.9.2342.19200300.100.1.27 was probably intended to be mDRecord in
|
# 0.9.2342.19200300.100.1.27 was probably intended to be mDRecord in
|
||||||
# RFC1274, but they got it wrong and did not define it, thought it
|
# RFC1274, but they got it wrong and did not define it, thought it
|
||||||
@ -127,21 +127,21 @@ attribute ( 0.9.2342.19200300.100.1.26 NAME 'dNSRecord'
|
|||||||
attribute ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain'
|
attribute ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.38 NAME 'associatedName' DESC
|
attribute ( 0.9.2342.19200300.100.1.38 NAME 'associatedName'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
# Netscape gives syntax 1.15 to this. TBC
|
# Netscape gives syntax 1.15 to this. TBC
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress'
|
attribute ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress'
|
||||||
EQUALITY ??
|
EQUALITY ??
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.41' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.40 NAME 'personalTitle'
|
attribute ( 0.9.2342.19200300.100.1.40 NAME 'personalTitle'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.41 NAME ( 'mobileTelephoneNumber' 'mobile' )
|
attribute ( 0.9.2342.19200300.100.1.41 NAME ( 'mobileTelephoneNumber' 'mobile' )
|
||||||
EQUALITY telephoneNumberMatch
|
EQUALITY telephoneNumberMatch
|
||||||
@ -155,26 +155,26 @@ attribute ( 0.9.2342.19200300.100.1.42 NAME ( 'pagerTelephoneNumber' 'pager' )
|
|||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.43 NAME ( 'co' 'friendlyCountryName' )
|
attribute ( 0.9.2342.19200300.100.1.43 NAME ( 'co' 'friendlyCountryName' )
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.44 NAME 'uniqueIdentifier'
|
attribute ( 0.9.2342.19200300.100.1.44 NAME 'uniqueIdentifier'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.45 NAME 'organizationalStatus'
|
attribute ( 0.9.2342.19200300.100.1.45 NAME 'organizationalStatus'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.46 NAME 'janetMailbox'
|
attribute ( 0.9.2342.19200300.100.1.46 NAME 'janetMailbox'
|
||||||
EQUALITY caseIgnoreIA5Match
|
EQUALITY caseIgnoreIA5Match
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
# Netscape gives syntax 1.27 (integer). However, 1.32 is only listed
|
# Netscape gives syntax 1.27 (integer). However, 1.32 is only listed
|
||||||
# in RFC2252 without explanation. The SINGLE-VALUE thing comes from
|
# in RFC2252 without explanation. The SINGLE-VALUE thing comes from
|
||||||
# Netscape and is not backed by RFC1274.
|
# Netscape and is not backed by RFC1274.
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.47 NAME 'mailPreferenceOption'
|
attribute ( 0.9.2342.19200300.100.1.47 NAME 'mailPreferenceOption'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.32' SINGLE-VALUE )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.32 SINGLE-VALUE )
|
||||||
|
|
||||||
# 0.9.2342.19200300.100.1.48 was buildingName in RFC1274
|
# 0.9.2342.19200300.100.1.48 was buildingName in RFC1274
|
||||||
# 0.9.2342.19200300.100.1.49 was dSAQuality in RFC1274
|
# 0.9.2342.19200300.100.1.49 was dSAQuality in RFC1274
|
||||||
@ -187,26 +187,26 @@ attribute ( 0.9.2342.19200300.100.1.47 NAME 'mailPreferenceOption'
|
|||||||
# We had this as 'bin'
|
# We had this as 'bin'
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.53 NAME 'personalSignature'
|
attribute ( 0.9.2342.19200300.100.1.53 NAME 'personalSignature'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.5' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.54 NAME 'dITRedirect'
|
attribute ( 0.9.2342.19200300.100.1.54 NAME 'dITRedirect'
|
||||||
EQUALITY distinguishedNameMatch
|
EQUALITY distinguishedNameMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
# Netscape gives syntax 1.5 to this. We had it as 'bin'.
|
# Netscape gives syntax 1.5 to this. We had it as 'bin'.
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.55 NAME 'audio'
|
attribute ( 0.9.2342.19200300.100.1.55 NAME 'audio'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.4' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.4 )
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.56 NAME 'documentPublisher'
|
attribute ( 0.9.2342.19200300.100.1.56 NAME 'documentPublisher'
|
||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
# This one is ripped from Netscape and is a pilot object. It is not
|
# This one is ripped from Netscape and is a pilot object. It is not
|
||||||
# in RFC1274, but we had it as 'bin'.
|
# in RFC1274, but we had it as 'bin'.
|
||||||
|
|
||||||
attribute ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto'
|
attribute ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.5' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
|
||||||
|
|
||||||
# These attributes are pilot-related attributes that we had and Netscape
|
# These attributes are pilot-related attributes that we had and Netscape
|
||||||
# has too, however, the OID is unknown for them and Netscape uses a
|
# has too, however, the OID is unknown for them and Netscape uses a
|
||||||
@ -214,34 +214,34 @@ attribute ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto'
|
|||||||
# can make head or tails of this.
|
# can make head or tails of this.
|
||||||
|
|
||||||
attribute ( abstract-oid NAME 'abstract'
|
attribute ( abstract-oid NAME 'abstract'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( authorcn-oid NAME ( 'documentAuthorCommonName' 'authorCn' )
|
attribute ( authorcn-oid NAME ( 'documentAuthorCommonName' 'authorCn' )
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( authorsn-oid NAME ( 'documentAuthorSurname' 'authorSn' )
|
attribute ( authorsn-oid NAME ( 'documentAuthorSurname' 'authorSn' )
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( documentStore-oid NAME 'documentStore'
|
attribute ( documentStore-oid NAME 'documentStore'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( keyWords-oid NAME 'keyWords'
|
attribute ( keyWords-oid NAME 'keyWords'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attribute ( obsoletedByDocument-oid NAME 'obsoletedByDocument'
|
attribute ( obsoletedByDocument-oid NAME 'obsoletedByDocument'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attributes ( obsoletesDocument-oid NAME 'obsoletesDocument'
|
attribute ( obsoletesDocument-oid NAME 'obsoletesDocument'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attributes ( subject-oid NAME 'subject'
|
attribute ( subject-oid NAME 'subject'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributes ( updatedByDocument-oid NAME 'updatedByDocument'
|
attribute ( updatedByDocument-oid NAME 'updatedByDocument'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
attributes ( updatesDocument-oid NAME 'updatesDocument'
|
attribute ( updatesDocument-oid NAME 'updatesDocument'
|
||||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
|
||||||
|
|
||||||
# In classes, STRUCTURAL or AUXILIARY is chosen depending on the
|
# In classes, STRUCTURAL or AUXILIARY is chosen depending on the
|
||||||
# textual description that accompanies the class in RFC1274
|
# textual description that accompanies the class in RFC1274
|
||||||
|
Loading…
Reference in New Issue
Block a user