From caa5af6064280e001e5bea72eea53e28c1607dea Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 11 Nov 2001 15:05:31 +0000 Subject: [PATCH] Patched contact type id per "Tarjei Huse" , add some singlevalue to account schema. --- phpgwapi/doc/ldap/phpgwaccount.schema | 2 +- phpgwapi/doc/ldap/phpgwcontact.schema | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/phpgwapi/doc/ldap/phpgwaccount.schema b/phpgwapi/doc/ldap/phpgwaccount.schema index a6bdf32f1d..0ef5b8d352 100644 --- a/phpgwapi/doc/ldap/phpgwaccount.schema +++ b/phpgwapi/doc/ldap/phpgwaccount.schema @@ -1,4 +1,4 @@ -# $phpgroupware : admin/phpgwuser.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $ +# $phpgroupware : phpgwaccount.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $ # lastlogin attributetype ( 1.3.6.1.4.1.9554.1 diff --git a/phpgwapi/doc/ldap/phpgwcontact.schema b/phpgwapi/doc/ldap/phpgwcontact.schema index d598b663e6..87dca986ec 100644 --- a/phpgwapi/doc/ldap/phpgwcontact.schema +++ b/phpgwapi/doc/ldap/phpgwcontact.schema @@ -1,11 +1,12 @@ -# $phpgroupware : addressbook/phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $ +# $phpgroupware : phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $ # REQUIRED attributetype ( 1.3.6.1.4.1.9554.100 NAME 'phpgwContactTypeId' - 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.36{16} + SINGLE-VALUE ) # REQUIRED attributetype ( 1.3.6.1.4.1.9554.101 @@ -19,14 +20,16 @@ attributetype ( 1.3.6.1.4.1.9554.102 NAME 'phpgwContactAccess' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} + SINGLE-VALUE ) # REQUIRED attributetype ( 1.3.6.1.4.1.9554.103 NAME 'phpgwContactOwner' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} + SINGLE-VALUE ) # BELOW ARE OPTIONAL attributetype ( 1.3.6.1.4.1.9554.105 @@ -54,12 +57,14 @@ attributetype ( 1.3.6.1.4.1.9554.109 attributetype ( 1.3.6.1.4.1.9554.110 NAME 'phpgwTz' EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.9554.111 NAME 'phpgwGeo' EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 + SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.9554.112 NAME 'phpgwUrl'