[SOGo] Re: Can't make SOGo
Wolfgang Sourdeau
sogo@opengroupware.org
Thu, 14 Jun 2007 17:29:11 -0400
Hi Ron!
>> generate-folderinfo-sql-for-users.sh <user1> [<user2> ...]
>> | \ psql -U <sogo db user> -h <sogo db hostname> <sogo db
>> name>
>
> Yes, I did do this and have tried logging on to those users
> with a non null password but the logon prompt just comes back.
Then, make sure the AuthentificationMethod user defaults is set to
something other than "LDAP". This is most possibly the problem...
> Have checked the postgresql db and the user folder tables
> are there e.g. public_sogo_ron_acl, public_sogo_ron_contacts etc
>
> Is there a log or some other diagnostics to check what's
> going on?
Not that I am aware of. But then, the methods handling user login in
SOGo are quite simple. If you know how to use gdb, you could set a
breakpoint for checkLogin:password: in SOGoAuthenticator.m. But I am
pretty sure what I mentionned above will work.
> Also, is there some way of configuring authentication
> without LDAP?
You mean by authenticating to other sources?
Not at this time but it should not be complicated to implement.
Wolfgang