On 03/10/10 11:11 AM, Henry78 wrote:
Hello list!

I'm struggling with SOGo setup, with the first login. I followed the
'Installation and Configuration Guide' very closely but face the
following problem:

After logging in (with user name 'test') I'm getting the error
"object not found: SOGo =>  test"

The log tells me login worked:
"SOGoRootPage successful login for user 'test' - expire = -1  grace =
-1"

And I think I got the configuration of IDFieldName and the other LDAP
relevant setting correct. Here's my (only) SOGoUserSource:
{
   type = ldap;
   id = sogoUsers;
   CNFieldName = cn;
   IDFieldName = uid;
   UIDFieldName = uid;
   baseDN = "ou=sogo,dc=henry78,dc=at";
   hostname = localhost;
   port = 389;
   canAuthenticate = YES;
}
Define bindDN and bindPassword. You get the error above because you can bind with the "test" user but right after, SOGo can't perform a search on that uid (using the bindDN) and get all its attributes.

Regards,

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to