[SOGo] Re: [OGo-Users] Installation of sogo from RPMS - ldap authentication

Chris Picton sogo@opengroupware.org
Mon, 10 Sep 2007 22:29:09 +0200


Wolfgang Sourdeau wrote:
> 
> I have been very busy recently and I simply forgot to answer. I apologize.

No problem - thanks for the reply now.
> 
> 
> What you can do, to make sure you don't lose your settings, is to make a 
> backup copy of your configuration file before launching sogo or using 
> any GNUstep application/utility.
> 
> The rest of your configuration file seems ok to me.

This is what my config now looks like (using round instead of curly 
brackets where necessary):
-------------------
{
     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;
            hostname = "192.168.20.4";
            id = directory;
            port = 389;
          }
         );
     };
}
-------------------

Things appear to be working better now - thanks

I will investigate further and post any issues I have here.

Regards

Chris