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;
}

And that's the ldif for the test user:
  dn: uid=test,ou=sogo,dc=henry78,dc=at
  objectClass: top
  objectClass: inetOrgPerson
  objectClass: person
  objectClass: organizationalPerson
  uid: test
  cn: test
  mail: [email protected]
  sn: Surename
  givenName: Test

If any of you is able to shed some light on this issue, I'd be glad to
be enlightened!

-- 
kind regards, Henry

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

Reply via email to