From 4e7648f3dbaa782e9358e6e9dc5e7e7f4b0c6d23 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 --- opendj-sdk/opends/resource/schema/05-solaris.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/05-solaris.ldif b/opendj-sdk/opends/resource/schema/05-solaris.ldif index c5ccc20..da2b502 100644 --- a/opendj-sdk/opends/resource/schema/05-solaris.ldif +++ b/opendj-sdk/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