From: Kurt Zeilenga Date: Fri, 30 Jun 2000 21:26:43 +0000 (+0000) Subject: s/SUBSTRINGS/SUBSTR/ X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2498 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ece0ee378a47df99a05a0dd0db3763bdf9bb125;p=openldap s/SUBSTRINGS/SUBSTR/ --- diff --git a/servers/slapd/schema/nis.schema b/servers/slapd/schema/nis.schema index 525ee5c030..3039d887e3 100644 --- a/servers/slapd/schema/nis.schema +++ b/servers/slapd/schema/nis.schema @@ -28,7 +28,7 @@ attributetype ( 1.3.6.1.1.1.1.1 NAME 'gidNumber' attributetype ( 1.3.6.1.1.1.1.2 NAME 'gecos' DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match - SUBSTRINGS caseIgnoreIA5SubstringsMatch + SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' @@ -71,12 +71,12 @@ attributetype ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag' attributetype ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match - SUBSTRINGS caseExactIA5SubstringsMatch + SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup' EQUALITY caseExactIA5Match - SUBSTRINGS caseExactIA5SubstringsMatch + SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) attributetype ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'