diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-03 05:41:27 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-03 05:41:27 +0800 |
commit | cf2028a1ae99e49cb126d5ddb1160c82a8373e1a (patch) | |
tree | c7669f08ef8cc2115b1647e852ed0be8a1c6e270 /addressbook/ChangeLog | |
parent | 19da39fe2333b0a544d319a7172b1e8966834779 (diff) | |
download | gsoc2013-evolution-cf2028a1ae99e49cb126d5ddb1160c82a8373e1a.tar.gz gsoc2013-evolution-cf2028a1ae99e49cb126d5ddb1160c82a8373e1a.tar.zst gsoc2013-evolution-cf2028a1ae99e49cb126d5ddb1160c82a8373e1a.zip |
only enable the LDAPv3 stuff if TLS is being used. Also, deal with naming
2002-11-30 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only
enable the LDAPv3 stuff if TLS is being used. Also, deal with
naming errors returned from query_ldap_root_dse, as some servers
(older openldap servers among others i'm sure) don't have a root
dse at all.
svn path=/trunk/; revision=18989
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 433aca980b..faa71cc119 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2002-11-30 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only + enable the LDAPv3 stuff if TLS is being used. Also, deal with + naming errors returned from query_ldap_root_dse, as some servers + (older openldap servers among others i'm sure) don't have a root + dse at all. + 2002-12-02 Not Zed <NotZed@Ximian.com> * gui/widgets/e-addressbook-view.c (e_contact_print_button): |