mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Change "vcardcountry" to "c" for HOME ADR
Instead of "vcardcountry", "c" is used for "RFC2256: ISO-3166 country 2-letter code" in objectClass "inetOrgPerson".
This commit is contained in:
parent
d7c37e538a
commit
a803032f18
@ -42,7 +42,7 @@
|
||||
<ldif_entry vcard_position="3" name="l"/>
|
||||
<ldif_entry vcard_position="4" name="st"/>
|
||||
<ldif_entry vcard_position="5" name="postalcode"/>
|
||||
<ldif_entry vcard_position="6" name="vcardcountry" unique="true"/>
|
||||
<ldif_entry vcard_position="6" name="c" unique="true"/>
|
||||
</vcard_entry>
|
||||
|
||||
<vcard_entry property="CATEGORIES" enabled="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user