diff options
-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> |