From cdc2e7a42a03436c801ef98ca0fe800420da145c Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 15 Sep 2009 16:42:48 +0000
Subject: [PATCH] Fix for issue 4235: Renamed to SUBSTRING

---
 opendj-sdk/opends/resource/schema/05-solaris.ldif |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/resource/schema/05-solaris.ldif b/opendj-sdk/opends/resource/schema/05-solaris.ldif
index 03ca00c..c5ccc20 100644
--- a/opendj-sdk/opends/resource/schema/05-solaris.ldif
+++ b/opendj-sdk/opends/resource/schema/05-solaris.ldif
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Copyright 2008 Sun Microsystems, Inc.
+#      Copyright 2008-2009 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions required for Solaris and
@@ -158,7 +158,7 @@
 # Solaris IDMap project
 attributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.62 NAME 'winAccountName'
   DESC 'Windows user or group Name corresponding to a Unix user or group'
-  EQUALITY caseIgnoreMatch SUBSTRINGS caseIgnoreSubstringsMatch
+  EQUALITY caseIgnoreMatch SUBSTRING caseIgnoreSubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'Solaris Specific' )
 attributetypes:( 1.3.6.1.4.1.42.2.27.5.1.63 NAME 'sun-printer-bsdaddr'
   DESC 'Sets the server, print queue destination name and whether the client

--
Gitblit v1.10.0