Difference between revisions of "HowTos/Advanced omldapsync"
From Scalix Wiki
(→sync.cfg Tips & Tricks) |
|||
Line 4: | Line 4: | ||
==== Predefined Custom Mappings ==== | ==== Predefined Custom Mappings ==== | ||
* '''!CUSTOM=IM_LOCAL_DOMAIN''': This custom mapping manages the correct mappings and selections of attribute values when exporting contact records to Exchange environments. Note that this has some special behaviour for agreement type 22 (Bidirectional Active Directory), which has not been supplied. If the agreement type is 22, special mapping behaviour will use attribute names '''mail''' instead of '''rfc822mailbox''', '''targetAddress''' instead of '''Target-Address''' and '''proxyAddresses''' instead of '''otherMailbox'''. | * '''!CUSTOM=IM_LOCAL_DOMAIN''': This custom mapping manages the correct mappings and selections of attribute values when exporting contact records to Exchange environments. Note that this has some special behaviour for agreement type 22 (Bidirectional Active Directory), which has not been supplied. If the agreement type is 22, special mapping behaviour will use attribute names '''mail''' instead of '''rfc822mailbox''', '''targetAddress''' instead of '''Target-Address''' and '''proxyAddresses''' instead of '''otherMailbox'''. | ||
+ | |||
+ | |||
+ | === Known Issue in scalix v.12.0 === | ||
+ | In v.12.0 omldapsync requires exact JRE 1.5, so you need to | ||
+ | * download and install JRE 1.5 | ||
+ | * change JAVA_HOME in /var/opt/scalix/<instance>/s/ldapsync/<configuration name>/sync.cfg | ||
+ | * add JAVA_HOME line in /etc/opt/scalix-tomcat/scalix-tomcat.conf | ||
+ | * restart tomcat service | ||
+ | * now you can use omldapsync |
Revision as of 17:49, 21 November 2013
Scalix Wiki -> How-Tos -> Advanced omldapsync
Contents
sync.cfg Tips & Tricks
Mapping Tables
Predefined Custom Mappings
- !CUSTOM=IM_LOCAL_DOMAIN: This custom mapping manages the correct mappings and selections of attribute values when exporting contact records to Exchange environments. Note that this has some special behaviour for agreement type 22 (Bidirectional Active Directory), which has not been supplied. If the agreement type is 22, special mapping behaviour will use attribute names mail instead of rfc822mailbox, targetAddress instead of Target-Address and proxyAddresses instead of otherMailbox.
Known Issue in scalix v.12.0
In v.12.0 omldapsync requires exact JRE 1.5, so you need to
- download and install JRE 1.5
- change JAVA_HOME in /var/opt/scalix/<instance>/s/ldapsync/<configuration name>/sync.cfg
- add JAVA_HOME line in /etc/opt/scalix-tomcat/scalix-tomcat.conf
- restart tomcat service
- now you can use omldapsync