In addition to using built in Drupal Core Profile module, would be cool to extend to Open Atrium (OA) profiles.
These profiles are stored as nodes.
Alternatively, if I hack my own extension module to ldapdata, can you point me in the right direction inside your module?
That is, what functions do the synchronization?
Comments
Comment #1
scafmac commentedAlthough the documentation is lacking, D5 & D6 LDAP Data both integrate with the profile module - #709448-2: How to assign a AD field to a profile field using the LDAP Data module
Can you integrate with the standard profile module instead? If so, feel free to close this ticket.
Comment #2
hawleyal commentedCan't integrate with standard profile.
Open Atrium uses profile nodes. (It uses Organic Groups.)
I could write an module linking Drupal profile to profile nodes.
But it seems simpler to go right to the source.
I guess I'll just poke around in your code.