[evolution-data-server] Support "givenName" LDAP attribute.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Support "givenName" LDAP attribute.
- Date: Mon, 15 Mar 2010 20:23:30 +0000 (UTC)
commit 779a2361c85a92df5ae11f0fa120758e027738a9
Author: Robert Markula <robert markula gmx net>
Date: Mon Mar 15 16:22:29 2010 -0400
Support "givenName" LDAP attribute.
Maps to E_CONTACT_GIVEN_NAME.
addressbook/backends/ldap/e-book-backend-ldap.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/backends/ldap/e-book-backend-ldap.c b/addressbook/backends/ldap/e-book-backend-ldap.c
index 64da7fd..449384d 100644
--- a/addressbook/backends/ldap/e-book-backend-ldap.c
+++ b/addressbook/backends/ldap/e-book-backend-ldap.c
@@ -341,6 +341,7 @@ static struct prop_info {
/* name fields */
STRING_PROP (E_CONTACT_FULL_NAME, "cn" ),
/* WRITE_ONLY_STRING_PROP (E_CONTACT_FAMILY_NAME, "sn" ), */
+ STRING_PROP (E_CONTACT_GIVEN_NAME, "givenName"),
STRING_PROP (E_CONTACT_FAMILY_NAME, "sn" ),
/* email addresses */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]