On 09-07-2015 08:26, Yavuz Maşlak wrote:

On 09/07/15 01:15, "Christian M. Jensen" <christ...@cmjscripter.net> wrote:

hi

replace some of the invalid chars..
like ³ replace with "

okay here it is in plain text that will work with SOGo (sogo can read it.)
NOTE
i replaced  "ldap://127.0.0.1:389"; with 127.0.0.1 not hat it makes a
difference it's just shorter to write
and ³ with "

-.-
     SOGoUserSources = (
         {
             CNFieldName = cn;
             IDFieldName = mail;
             IMAPLoginFieldName = mail;
             SearchFieldNames = (
                 cn,
                 sn,
                 displayName,
                 telephoneNumber,
                 mail,
                 shadowAddress
             );
             UIDFieldName = mail;
             baseDN = "o=domains,dc=domain,dc=com";
             bindDN = "cn=vmailadmin,dc=domain,dc=com";
             bindFields = (
                 mail
             );
             bindPassword = "PASSWD";
             canAuthenticate = YES;
             displayName = "LDAP Auth";
             filter = "objectClass=mailUser AND accountStatus=active";
             hostname = "127.0.0.1";
             id = "ldap_auth";
             isAddressBook = NO;
             scope = SUB;
             type = ldap;
             userPasswordAlgorithm = ssha;
         },
         {
             CNFieldName = cn;
             IDFieldName = mail;
             IMAPLoginFieldName = mail;
             SearchFieldNames = (
                 cn,
                 sn,
                 displayName,
                 telephoneNumber,
                 mail,
                 shadowAddress
             );
             UIDFieldName = mail;
             baseDN = "o=domains,dc=domain,dc=com";
             bindDN = "cn=vmailadmin,dc=domain,dc=com";
             bindFields = (
                 mail
             );
             bindPassword = "PASSWD";
             canAuthenticate = NO;
             displayName = "Global Address Book";
             filter = "objectClass=mailUser AND accountStatus=active AND
enabledService=mail AND mail <> fi...@domain.com AND mail <>
sec...@domain.com";
             hostname = "127.0.0.1";
             id = "ldap_addressbook";
             isAddressBook = YES;
             scope = SUB;
             type = ldap;
             userPasswordAlgorithm = ssha;
         }
     );

--
users@sogo.nu
https://inverse.ca/sogo/lists
Thanks a lot
It works
But i get an error in sogo.log  .   Is it important ?

Jul 09 09:23:39 sogod [8344]: [ERROR] <0x0x7ff9c9babbf8[NGBundleManager]>
could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.24/Resources/SSL.bund
le'
Jul 09 09:23:39 sogod [8344]: [WARN] <0x0x7ff9c68542c0[WOxElemBuilder]>
could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder

hi

*could not create bundle for path:* that's safe to ignore see http://www.sogo.nu/bugs/view.php?id=287

*could not locate builders*, i have no clue?

Regards
Christian Jensen


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to