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
28 lines
764 B
XML
28 lines
764 B
XML
<?xml version="1.0"?>
|
|
<addressbooks>
|
|
<contactserver>
|
|
<name>Bigfoot</name>
|
|
<description>Bigfoot</description>
|
|
<host>ldap.bigfoot.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>Verisign</name>
|
|
<description>Verisign Directory</description>
|
|
<host>directory.verisign.com</host>
|
|
<port>389</port>
|
|
<rootdn/>
|
|
<scope>one</scope>
|
|
</contactserver>
|
|
</addressbooks>
|