summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-05-23 11:54:40 -0400
committerNalin Dahyabhai <nalin@redhat.com>2013-05-23 19:44:35 -0400
commit9f112bfb1354de7c9a58915c9b0641341b2c4f2c (patch)
tree621c478077e4be4e114d6b0e3b7f895f918ecf15
parentabfdac117d0350f5271068b382f2b733b87ecb3e (diff)
downloadslapi-nis-9f112bfb1354de7c9a58915c9b0641341b2c4f2c.tar.gz
slapi-nis-9f112bfb1354de7c9a58915c9b0641341b2c4f2c.tar.xz
slapi-nis-9f112bfb1354de7c9a58915c9b0641341b2c4f2c.zip
Fix test syntax errors that newer ns-slapd notices
The schema declarations which we use for self-tests contain some syntax errors that are flagged by newer versions of ns-slapd. Fix them.
-rw-r--r--tests/config/schema/60sabayon.ldif10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/config/schema/60sabayon.ldif b/tests/config/schema/60sabayon.ldif
index 9441a41..5fa1ef5 100644
--- a/tests/config/schema/60sabayon.ldif
+++ b/tests/config/schema/60sabayon.ldif
@@ -15,7 +15,7 @@ attributeTypes: (
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
# in /etc/desktop-profiles/$(name).zip), or it can be used to
@@ -29,7 +29,7 @@ attributeTypes: (
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
# in your user object you get more flexibility.
@@ -42,7 +42,7 @@ objectClasses: (
MUST cn
MAY ( sabayonProfileURL $ description )
X-ORIGIN 'Sabayon'
-)
+ )
# Use these to put sabayonProfileName or sabayonProfileURL
# attributes in an objetc
objectClasses: (
@@ -53,7 +53,7 @@ objectClasses: (
AUXILIARY
MUST sabayonProfileName
X-ORIGIN 'Sabayon'
-)
+ )
objectClasses: (
1.3.6.1.4.1.2312.4.3.4.3
NAME 'sabayonProfileURLObject'
@@ -63,4 +63,4 @@ objectClasses: (
MUST cn
MAY sabayonProfileURL
X-ORIGIN 'Sabayon'
-)
+ )