aboutsummaryrefslogtreecommitdiffstats
path: root/default_user
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-23 02:26:23 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-23 02:26:23 +0800
commit561de418565c43c36bb345cd15d6f02a64553849 (patch)
treed4d1125a68c49f4879b706fc2777c621970a7e0d /default_user
parent34766a085cad6e95aef84b82ec6af40d86f0ca52 (diff)
downloadgsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar.gz
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar.bz2
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar.lz
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar.xz
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.tar.zst
gsoc2013-evolution-561de418565c43c36bb345cd15d6f02a64553849.zip
added yahoo, whowhere, and infospace servers.
2000-09-22 Chris Toshok <toshok@helixcode.com> * ldapservers.xml: added yahoo, whowhere, and infospace servers. svn path=/trunk/; revision=5551
Diffstat (limited to 'default_user')
-rw-r--r--default_user/ChangeLog4
-rw-r--r--default_user/ldapservers.xml24
2 files changed, 28 insertions, 0 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog
index 0a7225849e..1eb36943f2 100644
--- a/default_user/ChangeLog
+++ b/default_user/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-22 Chris Toshok <toshok@helixcode.com>
+
+ * ldapservers.xml: added yahoo, whowhere, and infospace servers.
+
2000-09-19 Dan Winship <danw@helixcode.com>
* Makefile.am (defaultdir): Use $(datadir), not $(prefix)/share
diff --git a/default_user/ldapservers.xml b/default_user/ldapservers.xml
index 5469fecc52..46620d21a9 100644
--- a/default_user/ldapservers.xml
+++ b/default_user/ldapservers.xml
@@ -9,6 +9,14 @@
<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>
@@ -16,4 +24,20 @@
<rootdn>ou=member_directory,o=netcenter.com</rootdn>
<scope>one</scope>
</contactserver>
+ <contactserver>
+ <name>WhoWhere</name>
+ <description>WhoWhere</description>
+ <host>ldap.whowhere.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>
+ <scope>one</scope>
+ </contactserver>
</contactservers>