aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/ldapservers.xml
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-12-30 13:21:26 +0800
committerChris Toshok <toshok@src.gnome.org>2000-12-30 13:21:26 +0800
commit5e2b0aaf12ece4d701550cfda441eaaa38b89113 (patch)
tree0c1505be9c9651a4997e5a4e34e0d76aef608217 /default_user/ldapservers.xml
parentd0285850ef0b421c300887524cacd7707020fe82 (diff)
downloadgsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.gz
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.bz2
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.lz
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.xz
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.zst
gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.zip
down with ldap-servers.xml, up with addressbook-sources.xml.
2000-12-29 Chris Toshok <toshok@helixcode.com> * ldap-servers.xml, addressbook-sources.xml: down with ldap-servers.xml, up with addressbook-sources.xml. * Makefile.am (default_DATA): same. svn path=/trunk/; revision=7197
Diffstat (limited to 'default_user/ldapservers.xml')
-rw-r--r--default_user/ldapservers.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/default_user/ldapservers.xml b/default_user/ldapservers.xml
deleted file mode 100644
index 46620d21a9..0000000000
--- a/default_user/ldapservers.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?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>