1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

to use the connector vcardunassigned

This commit is contained in:
babelouest 2014-04-15 11:12:20 -04:00
parent 93f7ccbc09
commit f890fb5357

19
formats/vcardunassigned.schema Executable file
View File

@ -0,0 +1,19 @@
attributetype ( 1.3.6.1.4.1.4203.666.1.41
NAME 'vcardcountry'
DESC 'RFC2256: ISO-3166 country 2-letter code multiple values allowed'
SUP name
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{2} )
attributetype ( 1.3.6.1.4.1.4203.666.1.42
NAME 'unassignedproperty'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
objectClass ( 1.3.6.1.4.1.4203.666.1.100
NAME 'VCardUnassigned'
DESC 'VCard unassigned properties'
SUP inetOrgPerson
STRUCTURAL
MAY ( unassignedproperty $ vcardcountry )
)