diff options
Diffstat (limited to 'default_user/addressbook-sources.xml')
-rw-r--r-- | default_user/addressbook-sources.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/default_user/addressbook-sources.xml b/default_user/addressbook-sources.xml new file mode 100644 index 0000000000..52a52a001c --- /dev/null +++ b/default_user/addressbook-sources.xml @@ -0,0 +1,43 @@ +<?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>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> +</addressbooks> |