We are using Scalix Community 9.4.2.x on RH ES 4.
We made tremendous progress getting Scalix to sync and authenticate to our LDAP server (Fedora Directory Server) using agreement type 13. However, we have been unable to create groups in LDAP and get them to sync to Scalix.
We would really like to be able to create/manage our distribution lists and other group management tasks in LDAP and just run omldapsync -u 13.
In our ldapsync13.cfg we have things like:
EX_SCALIX_ATTRS=EX_SCALIX_MAILBOX EX_SCALIX_MAILNODE EX_SCALIX_EXTAUTH EX_SCALIX_ADMIN EX_SCALIX_MBOXADMIN
...
EX_ATTR=exScalixObject exScalixMailnode exScalixExtauth exScalixAdmin exScalixMboxadmin member dn uid objectClass displayName sn givenname initials mail nsuniqueid cn facsimileTelephoneNumber homephone street st telephoneNumber title co company departmentNumber description l mobile pager physicalDeliveryOfficeName postalCode omulclass
...
EX_BASE1=ou=People,dc=pillartechnology,dc=com
EX_BASE2=ou=Groups,dc=pillartechnology,dc=com
...
EX_FILTER=(|(&(objectclass=inetOrgPerson)(mail=*))(&(objectclass=groupOfNames)(mail=*)))
...
objectClass|*|groupOfNames|distributionList
...
# the DN of the group members
member|omMemberForeignAddr|*|*
...
Can anyone point us in the right direction? Do we need a specific EX_SCALIX_?? attribute of some sort?
Should we be able to do this in Community v9.4.x?