[389-users] installing sogo with 389 directory server

Gordon Messmer gordon.messmer at gmail.com
Tue Aug 6 00:25:50 UTC 2013


On 08/04/2013 07:55 AM, husam.shabeeb wrote:
> Anyone can help me in installing Sogo with 389 directory server
>

I've run SOGo with 389.  The setup follows the documentation very 
closely.  Can you be specific about the problem that you're having on 
your install?

Relevant to the directory server, the "sogo" user just needs to run 
something like:

defaults write sogod SOGoUserSources '({
   type = ldap;
   CNFieldName = cn;
   IDFieldName = uid;
   UIDFieldName = uid;
   IMAPHostFieldName = mailHost;
   baseDN = "ou=users,dc=acme,dc=com";
   bindDN = "uid=sogo,ou=users,dc=acme,dc=com";
   bindPassword = qwerty;
   bindFields = (uid);
   canAuthenticate = YES;
   displayName = "Shared Addresses";
   hostname = "localhost";
   id = public;
   isAddressBook = YES;
   port=389;
})'





More information about the 389-users mailing list