cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
617
Views
0
Helpful
2
Replies

custom mapping

Emir E
Level 1
Level 1

custom mapping

today I tried to implement our custom LDAP JAVA mapping from RC 2006 into FO 2008 and got many many exceptions.

I also read the Java Directory Integration Javadocs, which btw are not that simplistic, and remain a little confused.

Does anyone have an example custom LDAP mapping in 2008, they would share?

Thanks!

2 Replies 2

Depending on what your custom mapping did in 2006, you may not need it. Many 2006 custom mappings were written to replace an expression which would have assigned a value to a mandatory attribute (usually email) in case that attribute was not present in the source.  The FO 2008 directory integration will allow you to use an expression in this case, so the custom mapping is no longer required. (RC2006 checked for the presence of a value in the source *before* applying the expression, so expressions couldn'

Emir AmEx (9.1)
Level 1
Level 1

You are right

DOC: newScale_2008_1_Directory_Integration_User_API_Guide.pdf

Page 30

expr:#mail#=(.+)?(#mail#):defaultemail@domain.com

 

THANKS!!!!