I would like the LDAP data to sync with the fields in the user profile node from the Bio module. The content type I am using is CCK. It would be great if the drupal fields listed in the LDAP Data admin page included those from whichever content type I'm using for the profile [in this case, uprofile as I'm using Advanced Profile].

Comments

pkrekelb’s picture

Status: Active » Closed (works as designed)

I ended up doing this by using standard profile fields pulled into the advanced profile by getting the fields from the $author object children. Works great! Probably unnecessary to add a specific mod to ldap data just for arbitrary data as this method using the standard profile fields works good and is more sane.

Thanks,
-Patrick

bcobin’s picture

Patrick,

If you come across this post, would you mind supplying a bit more information? I'm trying to integrate core profile data and uprofile data (using Advanced Profile Kit and Nodeprofile, not Bio) and it looks like you might have found a solution to my problem.

Does your solution require LDAP integration? Thanks in advance!