From 1ccb32cd357b433241cd557d42bdf2e221228dab Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Tue, 13 Apr 2004 05:03:37 +0000 Subject: added a check for new auth type "plain/password" for groupwise in 2004-04-13 Sivaiah Nallagatla * gui/component/addressbook.c (addressbook_authenicate): added a check for new auth type "plain/password" for groupwise in addressbook_authenicate function svn path=/trunk/; revision=25425 --- addressbook/gui/component/addressbook.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 327a20c67a..c7ae59c3c8 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -677,6 +677,8 @@ addressbook_authenticate (EBook *book, gboolean previous_failure, ESource *sourc if (auth && !strcmp ("ldap/simple-binddn", auth)) user = e_source_get_property (source, "binddn"); + else if (auth && !strcmp ("plain/password", auth)) + user = e_source_get_property (source, "user"); else user = e_source_get_property (source, "email_addr"); if (!user) -- cgit v1.2.3