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

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

diff --git a/opends/resource/schema/05-solaris.ldif b/opends/resource/schema/05-solaris.ldif
index c5ccc20..da2b502 100644
--- a/opends/resource/schema/05-solaris.ldif
+++ b/opends/resource/schema/05-solaris.ldif
@@ -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 SUBSTRING caseIgnoreSubstringsMatch
+  EQUALITY caseIgnoreMatch SUBSTR 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