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