diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-19 17:33:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-19 17:33:53 +0800 |
commit | e20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790 (patch) | |
tree | d1534b736f9feecd4314b872b1c15f101c292d6e | |
parent | 4e1411c47a94ec6069335723383f35ef512b5c54 (diff) | |
download | gsoc2013-evolution-e20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790.tar.gz gsoc2013-evolution-e20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790.tar.zst gsoc2013-evolution-e20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790.zip |
remove all the servers that just don't work anymore, and add Verisign's
2001-07-19 Chris Toshok <toshok@ximian.com>
* addressbook-sources.xml: remove all the servers that just don't
work anymore, and add Verisign's directory.
svn path=/trunk/; revision=11222
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/addressbook-sources.xml | 24 |
2 files changed, 9 insertions, 20 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index b93a147a6b..2a8fe1034f 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2001-07-19 Chris Toshok <toshok@ximian.com> + + * addressbook-sources.xml: remove all the servers that just don't + work anymore, and add Verisign's directory. + 2001-07-03 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (default_DATA): Remove `shortcuts.xml'. The shell diff --git a/default_user/addressbook-sources.xml b/default_user/addressbook-sources.xml index 52a52a001c..92484ec297 100644 --- a/default_user/addressbook-sources.xml +++ b/default_user/addressbook-sources.xml @@ -9,14 +9,6 @@ <scope>one</scope> </contactserver> <contactserver> - <name>InfoSpace</name> - <description>Infospace</description> - <host>ldap.infospace.com</host> - <port>389</port> - <rootdn></rootdn> - <scope>one</scope> - </contactserver> - <contactserver> <name>Netcenter</name> <description>Netcenter Member Directory</description> <host>memberdir.netscape.com</host> @@ -25,19 +17,11 @@ <scope>one</scope> </contactserver> <contactserver> - <name>WhoWhere</name> - <description>WhoWhere</description> - <host>ldap.whowhere.com</host> + <name>Verisign</name> + <description>Verisign Directory</description> + <host>directory.verisign.com</host> <port>389</port> - <rootdn></rootdn> - <scope>one</scope> - </contactserver> - <contactserver> - <name>Yahoo!</name> - <description>Yahoo! People Search</description> - <host>ldap.yahoo.com</host> - <port>389</port> - <rootdn></rootdn> + <rootdn/> <scope>one</scope> </contactserver> </addressbooks> |