aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-02-07 06:24:04 +0800
committerChris Toshok <toshok@src.gnome.org>2001-02-07 06:24:04 +0800
commita0bd9e81cf909cf242753b172dd5aa2d9cf920a7 (patch)
tree26d315269d99996f12a4331b6dc003d3e9d71da6 /addressbook/ChangeLog
parent5b9803f8c8dad828622f3d029d35358f0d8d2b27 (diff)
downloadgsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar.gz
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar.bz2
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar.lz
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar.xz
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.tar.zst
gsoc2013-evolution-a0bd9e81cf909cf242753b172dd5aa2d9cf920a7.zip
new file. this will eventually form the suggested additions to an existing
2001-02-06 Chris Toshok <toshok@ximian.com> * backend/pas/evolveperson.schema: new file. this will eventually form the suggested additions to an existing openldap server that, along with support for inetorgperson, will allow people to store all evolution attributes in ldap. svn path=/trunk/; revision=8028
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 49d6d1af25..eb6ef77878 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,12 @@
2001-02-06 Chris Toshok <toshok@ximian.com>
+ * backend/pas/evolveperson.schema: new file. this will eventually
+ form the suggested additions to an existing openldap server that,
+ along with support for inetorgperson, will allow people to store
+ all evolution attributes in ldap.
+
+2001-02-06 Chris Toshok <toshok@ximian.com>
+
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_init): don't
need the = NULL's since we g_new0.
(check_for_evolve_person): new function.