mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Now understand with Hallvard was commenting on in ITS#1669.
Removed "leading" comments and added a general caution statement. This schema will be pulled from 2.1.
This commit is contained in:
parent
9b26e48aa6
commit
cf3f722c94
@ -8,7 +8,7 @@
|
|||||||
# Our thanks to Harald T. Alvestrand that provided the pointer.
|
# Our thanks to Harald T. Alvestrand that provided the pointer.
|
||||||
|
|
||||||
# This is a preliminary version and is likely to be incorrect in
|
# This is a preliminary version and is likely to be incorrect in
|
||||||
# a number of areas
|
# a number of areas. Use with exterme caution.
|
||||||
|
|
||||||
# The root for OIDs is joint-iso-ccitt mhs-motis(6) group(6) grimstad(5)
|
# The root for OIDs is joint-iso-ccitt mhs-motis(6) group(6) grimstad(5)
|
||||||
# nadf(2). In othor words, barring any error, 2.6.6.5.2. Then,
|
# nadf(2). In othor words, barring any error, 2.6.6.5.2. Then,
|
||||||
@ -19,9 +19,6 @@
|
|||||||
|
|
||||||
# Attribute Type Definition
|
# Attribute Type Definition
|
||||||
|
|
||||||
# The spec says "leading zero is significant". Is this really a
|
|
||||||
# numeric string?
|
|
||||||
|
|
||||||
attributetype ( 2.6.6.5.2.4.1 NAME 'fipsStateNumericCode'
|
attributetype ( 2.6.6.5.2.4.1 NAME 'fipsStateNumericCode'
|
||||||
EQUALITY numericStringMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{2} )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{2} )
|
||||||
@ -33,18 +30,12 @@ attributetype ( 2.6.6.5.2.4.2 NAME 'fipsStateAlphaCode'
|
|||||||
EQUALITY caseIgnoreMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{2} )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{2} )
|
||||||
|
|
||||||
# The spec says "leading zeros are significant". Is this really a
|
|
||||||
# numeric string?
|
|
||||||
|
|
||||||
attributetype ( 2.6.6.5.2.4.3 NAME 'fipsCountyNumericCode'
|
attributetype ( 2.6.6.5.2.4.3 NAME 'fipsCountyNumericCode'
|
||||||
EQUALITY numericStringMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{5} )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{5} )
|
||||||
|
|
||||||
# It seems that fips55 is fipsPlaceNumericCode, is this so?
|
# It seems that fips55 is fipsPlaceNumericCode, is this so?
|
||||||
|
|
||||||
# The spec says "leading zeros are significant". Is this really a
|
|
||||||
# numeric string?
|
|
||||||
|
|
||||||
attributetype ( 2.6.6.5.2.4.4 NAME ( 'fipsPlaceNumericCode' 'fips55' )
|
attributetype ( 2.6.6.5.2.4.4 NAME ( 'fipsPlaceNumericCode' 'fips55' )
|
||||||
EQUALITY numericStringMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{5} )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{5} )
|
||||||
|
Loading…
Reference in New Issue
Block a user