[SOGo] Installation of sogo from RPMS - ldap authentication

Chris Picton sogo@opengroupware.org
Tue, 11 Sep 2007 06:54:44 +0200


Just a follow-up on this:

Chris Picton wrote:
> This is what my config now looks like 
> -------------------
> {
>     NSGlobalDomain = {
>     };
>     "sogod-0.9" = {
>         AgenorProfileURL = 
> "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile";
>         OCSFolderInfoURL = 
> "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info";
>         SOGoAuthentificationMethod = LDAP;
>         SOGoDefaultMailDomain = tangent.co.za;
>         SOGoFallbackIMAP4Server = 192.168.20.4;
>         SOGoServerTimeZone = Africa/Johannesburg;
>         SOGoLDAPSources = (
>          {
>            CNFieldName = cn;
>            IDFieldName = uid;
>            UIDFieldName = uid;
>            baseDN = "ou=Users,o=testing";
>            bindDN = "cn=Administrator,o=testing";
>            bindFields = uid;
>            bindPassword = "MyPass!";
>            canAuthenticate = YES;
 >            isAddressBook = YES;
>            hostname = "192.168.20.4";
>            id = directory;
>            port = 389;
>          }
>         );
>     };
> }
> -------------------
> I will investigate further and post any issues I have here.

Here are my issues so far:

1. I have set my ldap source above to (isAddressBook = YES).  I cannot 
see how to reference this addressbook in the web gui.

2. I have to log in twice to actually get to the correct pages.  If I 
log in at /SOGo, it redirects me to /SOGo/so/chrisp/view, where I am 
presented with another login screen.  If I log in there again, then I 
get to my calendar by default.

3. Cookies don't appear to be removed correctly.  I sometimes get the 
case where I have multiple vales for 0xHIGHFLYxSOGo-0.9, 
basicdGVzdDxxxxxxx, and logout.  Or I get multiple cookies with 
different paths (/SOGo/so/chrisp/ and /SOGo.woa/so/)

4. I cannot seem to access the web pages correctly with IE7.  The page 
layout loads, but with no content.  I get an ie scripting error (Object 
does not support this property or method on line 1468 of ..../Calendar/view)

5. I cannot access mail.  The page loads and show two folders (Inbox and 
Drafts).  Nothing happens when I select Inbox.  I am using courier imap 
server.


Hope you can help

Chris





Logs when activating mail
-------------------------
172.17.17.3 - - [11/Sep/2007:07:00:27 GMT] "GET /SOGo/so/test/Mail 
HTTP/1.1" 302 0/0 0.007 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:27 GMT] "GET /SOGo/so/test/Mail/view 
HTTP/1.1" 200 2637/0 0.021 11355 76% 188K
172.17.17.3 - - [11/Sep/2007:07:00:28 GMT] "GET 
/SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MailerUI.SOGo 
HTTP/1.1" 304 0/0 0.001 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:29 GMT] "GET 
/SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= 
HTTP/1.1" 304 0/0 0.001 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:30 GMT] "GET 
/SOGo/so/test/jsonDefaults HTTP/1.1" 200 360/0 0.008 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:30 GMT] "GET 
/SOGo/so/test/jsonSettings HTTP/1.1" 200 2/0 0.004 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST 
/SOGo/so/test/Mail/test@192.168.20.4/mailboxes HTTP/1.1" 200 73/0 0.006 
- - 0
172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST 
/SOGo/so/test/Mail/test@192.168.20.4/folderINBOX/view?noframe=1 
HTTP/1.1" 404 208/0 0.004 - - 0
172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST 
/SOGo/so/test/Mail/test@192.168.20.4/folderINBOX/quotas HTTP/1.1" 404 
208/0 0.013 - - 0
-------------------------