2001-08-09 Chris Toshok <toshok@ximian.com> * addressbook-sources.xml: remove the description field. svn path=/trunk/; revision=11832
18 lines
396 B
XML
18 lines
396 B
XML
<?xml version="1.0"?>
|
|
<addressbooks>
|
|
<contactserver>
|
|
<name>Bigfoot</name>
|
|
<host>ldap.bigfoot.com</host>
|
|
<port>389</port>
|
|
<rootdn></rootdn>
|
|
<scope>one</scope>
|
|
</contactserver>
|
|
<contactserver>
|
|
<name>Verisign</name>
|
|
<host>directory.verisign.com</host>
|
|
<port>389</port>
|
|
<rootdn/>
|
|
<scope>one</scope>
|
|
</contactserver>
|
|
</addressbooks>
|