diff options
-rw-r--r-- | default_user/ChangeLog | 4 | ||||
-rw-r--r-- | default_user/ldapservers.xml | 24 |
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> |