summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60mozilla.ldif
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2008-12-03 00:03:25 +0000
committerNathan Kinder <nkinder@redhat.com>2008-12-03 00:03:25 +0000
commitca28f65662cf1cfdb1fe946599077f5e77d78dee (patch)
treef483ec5bdba075c3aa5e6c1531aefb59d63f6b5c /ldap/schema/60mozilla.ldif
parentda60a75c5fabda105b941751f6b0115ff734f3f9 (diff)
downloadds-ca28f65662cf1cfdb1fe946599077f5e77d78dee.tar.gz
ds-ca28f65662cf1cfdb1fe946599077f5e77d78dee.tar.xz
ds-ca28f65662cf1cfdb1fe946599077f5e77d78dee.zip
Resolves: 474254
Summary: A number of the default attribute and objectclass definitions end up in 99user.ldif if you add any custom schema over LDAP.
Diffstat (limited to 'ldap/schema/60mozilla.ldif')
-rw-r--r--ldap/schema/60mozilla.ldif18
1 files changed, 18 insertions, 0 deletions
diff --git a/ldap/schema/60mozilla.ldif b/ldap/schema/60mozilla.ldif
index aca172bc..f01c3d67 100644
--- a/ldap/schema/60mozilla.ldif
+++ b/ldap/schema/60mozilla.ldif
@@ -29,6 +29,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -40,6 +41,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -51,6 +53,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -62,6 +65,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -73,6 +77,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -84,6 +89,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -93,6 +99,7 @@ attributeTypes: (
NAME 'mozillaHomeLocalityName'
SUP name
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -102,6 +109,7 @@ attributeTypes: (
NAME 'mozillaHomeState'
SUP name
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -113,6 +121,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -122,6 +131,7 @@ attributeTypes: (
NAME 'mozillaHomeCountryName'
SUP name
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -132,6 +142,7 @@ attributeTypes: (
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -143,6 +154,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -153,6 +165,7 @@ attributeTypes: (
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -161,6 +174,7 @@ attributeTypes: (
1.3.6.1.4.1.13769.2.1
NAME ( 'mozillaNickname' 'xmozillanickname' )
SUP name
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -172,6 +186,7 @@ attributeTypes: (
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -181,6 +196,7 @@ attributeTypes: (
NAME ( 'mozillaUseHtmlMail' 'xmozillausehtmlmail' )
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -191,6 +207,7 @@ attributeTypes: (
EQUALITY telephoneNumberMatch
SUBSTR telephoneNumberSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.50
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################
@@ -207,6 +224,7 @@ objectClasses: (
AUXILIARY
MUST ( cn )
MAY ( c $ description $ displayName $ fax $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title )
+ X-ORIGIN 'Mozilla Address Book'
)
#
################################################################################