2000-09-22 Chris Toshok <toshok@helixcode.com> * ldapservers.xml: added yahoo, whowhere, and infospace servers. svn path=/trunk/; revision=5551
44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<contactservers>
|
|
<contactserver>
|
|
<name>Bigfoot</name>
|
|
<description>Bigfoot</description>
|
|
<host>ldap.bigfoot.com</host>
|
|
<port>389</port>
|
|
<rootdn></rootdn>
|
|
<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>
|
|
<port>389</port>
|
|
<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>
|