diff options
author | Chris Toshok <toshok@ximian.com> | 2002-09-28 04:15:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-09-28 04:15:23 +0800 |
commit | 5960e962688cb6ff5cd04b1391365469da42efaf (patch) | |
tree | 149c0e73041077d9b0e605fb05644264a836e36a /addressbook/ChangeLog | |
parent | b57b273845c7173dd87e1e5de14404a8d7e27f34 (diff) | |
download | gsoc2013-evolution-5960e962688cb6ff5cd04b1391365469da42efaf.tar.gz gsoc2013-evolution-5960e962688cb6ff5cd04b1391365469da42efaf.tar.zst gsoc2013-evolution-5960e962688cb6ff5cd04b1391365469da42efaf.zip |
set the timeout to 30 seconds. (query_ldap_root_dse): same, and also
2002-09-27 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (check_schema_support): set the
timeout to 30 seconds.
(query_ldap_root_dse): same, and also return the ldap_error since
this function is the one that actually causes openldap to
connect() to the ldap host.
(pas_backend_ldap_connect): check the return value of
query_ldap_root_dse, and error out if it's not SUCCESS.
svn path=/trunk/; revision=18251
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f3f7b1be63..b58fa7af0c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2002-09-27 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (check_schema_support): set the + timeout to 30 seconds. + (query_ldap_root_dse): same, and also return the ldap_error since + this function is the one that actually causes openldap to + connect() to the ldap host. + (pas_backend_ldap_connect): check the return value of + query_ldap_root_dse, and error out if it's not SUCCESS. + 2002-09-26 Dan Winship <danw@ximian.com> * gui/component/addressbook-storage.c (load_source_data): Change |