diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/evolutionperson.schema | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/addressbook/backend/pas/evolutionperson.schema b/addressbook/backend/pas/evolutionperson.schema index 29270555ea..cc32a96262 100644 --- a/addressbook/backend/pas/evolutionperson.schema +++ b/addressbook/backend/pas/evolutionperson.schema @@ -32,20 +32,18 @@ attributetype ( 1.3.6.1.4.1.8506.1.2.2 DESC 'car phone telephone number of the person' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8506.1.2.3 NAME ( 'homeFacsimileTelephoneNumber' 'homeFax' ) - EQUALITY caseIgnoreMatch - SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ) attributetype ( 1.3.6.1.4.1.8506.1.2.4 NAME 'otherPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.5 NAME 'businessRole' @@ -113,43 +111,41 @@ attributetype ( 1.3.6.1.4.1.8506.1.2.16 NAME 'assistantPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.17 NAME 'companyPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.18 NAME 'callbackPhone' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.19 NAME ( 'otherFacsimileTelephoneNumber' 'otherFax' ) - EQUALITY telephoneNumberMatch - SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ) attributetype ( 1.3.6.1.4.1.8506.1.2.20 NAME 'radio' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.21 NAME 'telex' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) attributetype ( 1.3.6.1.4.1.8506.1.2.22 NAME 'tty' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ) # deprecated - use the multivalued category attributetype ( 1.3.6.1.4.1.8506.1.2.23 |