aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/addressbook-sources.xml
blob: 92484ec2975634041e1fb7219c8483763ddaf0b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>