[SOGo] error occurred during object publishing

Steve Ingram sogo@opengroupware.org
Fri, 14 Dec 2007 18:49:19 -0800


Wolfgang Sourdeau wrote:
> Le Mercredi 12 Décembre 2007 17:52 EST, Steve Ingram <steve@supersource.com> a écrit:
>
>   
>> Looking at the logs more closely, I see that the attempt to load
>> "/SOGo/so/admin/Calendar" results in a HTTP 404 error. Why wouldn't the
>> sogo application server not be able to find the files?
>>
>> Steve
>>
>> On Tue, 2007-12-11 at 22:19 -0500, Wolfgang Sourdeau wrote:
>>     
>>> Hi Steve,
>>>
>>>
>>> There is a part of the log where SOGo displays the module it is 
>>> loading, at the beginning of the process. Can you show me this part? I 
>>> suspect the calendar module to not be loaded correctly...
>>>
>>>
>>> Wolfgang
>>>
>>>       
>
> Hi Steve,
>
>
> I wonder if the problem does not come from the fact that you are using the "bypass" authentication.... Actually this "form of authentication" is not really well supported. I haven't touched it in a long time and SOGo might now require some informations that prevent the recognition of usernames when they are missing...
>
> Is it possible for you to still try SOGo using a small openldap setup?
> The required schema for user entries is the "inetOrgPerson". And you can use an utility such as luma to take care of your schema creation.
> All in all, it is pretty easy to get something working...
>   
Wolfgang-

Well, I'm not sure why authentication would be a problem without any 
error message, but I'll trust your judgment and setup an LDAP server.

I do admit that I'm an LDAP idiot, but I'm wondering how inetOrgPerson 
will work as from what I'm seeing, there's no room for a password. Is it 
just verifying the person and then using the local passwd db or is my 
LDAP schema missing something? I'm using phpLDAPadmin 
(http://phpldapadmin.sourceforge.net) and it treats that schema as 
nothing more than an address book entry.

Steve