Ldap Integration: Defined user properties not stored in user node
Hello,
I'm using the ldap module for user syncronisation between an Active Directory and CMS. In one instance of default sync handler following user attribute are defined:

Now my problem is only one attribute is stored in user node, the others not. The only property that work is "sling:resourceType". I checked error.log, the log for "org.apache.jackrabbit.oak.security.authentication.ldap" and "org.apache.jackrabbit.oak.spi.security.authentication.external". No errors, no warnings. Only messages for success. The user node it self is created as expected. My question: what is wrong here?
Thanks in advanced
PS: All attributes from right side of equals signs are vaild attributes and aren't empty.
After clearing the above field, all things work fine for me now. Small reason with big impact 😥