From 5791eade01921ee6ad9af0d3454a81701ed342b8 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 23 Nov 2001 02:09:30 +0000 Subject: [PATCH] Allow multiple cat_ids (,19,28) as with sql --- phpgwapi/doc/ldap/phpgwcontact.schema | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/doc/ldap/phpgwcontact.schema b/phpgwapi/doc/ldap/phpgwcontact.schema index e67f5e5e9e..f517308596 100644 --- a/phpgwapi/doc/ldap/phpgwcontact.schema +++ b/phpgwapi/doc/ldap/phpgwcontact.schema @@ -11,9 +11,9 @@ attributetype ( 1.3.6.1.4.1.9554.100 # REQUIRED attributetype ( 1.3.6.1.4.1.9554.101 NAME 'phpgwContactCatId' - EQUALITY numericStringMatch - SUBSTR numericStringSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} ) + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} # REQUIRED attributetype ( 1.3.6.1.4.1.9554.102