summaryrefslogtreecommitdiffstats
path: root/ldap/schema/60sabayon.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/60sabayon.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/60sabayon.ldif')
-rw-r--r--ldap/schema/60sabayon.ldif5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldap/schema/60sabayon.ldif b/ldap/schema/60sabayon.ldif
index 43e0c4a0..9441a41b 100644
--- a/ldap/schema/60sabayon.ldif
+++ b/ldap/schema/60sabayon.ldif
@@ -14,6 +14,7 @@ attributeTypes: (
NAME 'sabayonProfileURL'
DESC 'The URL of a sabayon profile'
SUP labeledURI
+ X-ORIGIN 'Sabayon'
)
# This attribute is used to store the name of a sabayon profile.
# It can refer to either a local zipfile (which will be looked up
@@ -27,6 +28,7 @@ attributeTypes: (
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE
+ X-ORIGIN 'Sabayon'
)
# Simple example object to store profile information
# If you use this or something similar instead of a direct URL
@@ -39,6 +41,7 @@ objectClasses: (
STRUCTURAL
MUST cn
MAY ( sabayonProfileURL $ description )
+ X-ORIGIN 'Sabayon'
)
# Use these to put sabayonProfileName or sabayonProfileURL
# attributes in an objetc
@@ -49,6 +52,7 @@ objectClasses: (
SUP top
AUXILIARY
MUST sabayonProfileName
+ X-ORIGIN 'Sabayon'
)
objectClasses: (
1.3.6.1.4.1.2312.4.3.4.3
@@ -58,4 +62,5 @@ objectClasses: (
AUXILIARY
MUST cn
MAY sabayonProfileURL
+ X-ORIGIN 'Sabayon'
)