diff options
author | Chris Toshok <toshok@ximian.com> | 2002-10-01 06:02:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-10-01 06:02:39 +0800 |
commit | d70db0f321c04fac994431481880eb4fcdd4772b (patch) | |
tree | 54d6f662c7c95a3bc74990a1b69a259957c8c4fc /default_user | |
parent | 6f487eb78c3765eca4921598dca0a9fb95e6b74b (diff) | |
download | gsoc2013-evolution-d70db0f321c04fac994431481880eb4fcdd4772b.tar.gz gsoc2013-evolution-d70db0f321c04fac994431481880eb4fcdd4772b.tar.zst gsoc2013-evolution-d70db0f321c04fac994431481880eb4fcdd4772b.zip |
[ Partial fix for #30657 ] remove Bigfoot, since ldap.bigfoot.com no
2002-09-30 Chris Toshok <toshok@ximian.com>
[ Partial fix for #30657 ]
* addressbook-sources.xml: remove Bigfoot, since ldap.bigfoot.com
no longer resolves.
svn path=/trunk/; revision=18272
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 6 | ||||
-rw-r--r-- | default_user/addressbook-sources.xml | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 22110c6568..ed26816eeb 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,9 @@ +2002-09-30 Chris Toshok <toshok@ximian.com> + + [ Partial fix for #30657 ] + * addressbook-sources.xml: remove Bigfoot, since ldap.bigfoot.com + no longer resolves. + 2002-09-23 Dan Winship <danw@ximian.com> * vfolders.xml: Make the default vfolders only operate on local diff --git a/default_user/addressbook-sources.xml b/default_user/addressbook-sources.xml index a2d3d49049..b34028fcbc 100644 --- a/default_user/addressbook-sources.xml +++ b/default_user/addressbook-sources.xml @@ -1,13 +1,6 @@ <?xml version="1.0"?> <addressbooks> <contactserver> - <name>Bigfoot</name> - <host>ldap.bigfoot.com</host> - <port>389</port> - <rootdn></rootdn> - <scope>one</scope> - </contactserver> - <contactserver> <name>Verisign</name> <host>directory.verisign.com</host> <port>389</port> |