blob: 46620d21a9925bc6976ba02c391d582596b552ba (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?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>InfoSpace</name>
<description>Infospace</description>
<host>ldap.infospace.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>WhoWhere</name>
<description>WhoWhere</description>
<host>ldap.whowhere.com</host>
<port>389</port>
<rootdn></rootdn>
<scope>one</scope>
</contactserver>
<contactserver>
<name>Yahoo!</name>
<description>Yahoo! People Search</description>
<host>ldap.yahoo.com</host>
<port>389</port>
<rootdn></rootdn>
<scope>one</scope>
</contactserver>
</contactservers>
|