I use Drupal with CiviCRM for our nonprofit's public site and CRM database, and Open Atrium for the intranet. My goal is to either sync or share specific users from the public site to the intranet, to allow single sign-on.

However, only users who are part of a specific CiviCRM smart group (volunteers) should be shared/synced. I could use the module to sync CiviCRM groups with Drupal organic groups if that would make this task easier.

Any thoughts?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Usually, the Domain Access module is used for synching users and whatnot, but your requirement that only certain users be synched throws a wrench into that setup.

Therefore, I'd recommend that you either:

  • Sort through that module's documentation to see if it provides any hooks so that you can filter down the user list, and if not...
  • Just look at how that module does its heavy lifting and write a custom module to do the same but only with a limited set of users.
link|improve this answer
Domain Access is a bit much for my needs but can definitely get the job done. I'm looking into doing a custom module to make it sync conditionally. – Nicholai Mar 11 '10 at 13:10
feedback

Actually, you can use Account Sync for this. (where only a sub-set of users is required.)

Just create a sync role and assign account sync permissions to that role only.

Use a server key to encrypt this as you would for XML-RPC.

http://drupal.org/project/account_sync

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.