aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/ldapservers.xml
blob: 5469fecc521c6a4ff47c22c8007833d6585e3564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>