Files
evolution/default_user/ldapservers.xml
Chris Toshok 268a863a84 break up the uri into it's component pieces. - don't store the uri in this
2000-07-06  Chris Toshok  <toshok@helixcode.com>

	* ldapservers.xml: break up the uri into it's component pieces. -
	don't store the uri in this file.

svn path=/trunk/; revision=3943
2000-07-07 05:13:58 +00:00

20 lines
545 B
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>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>
</contactservers>