Posted by bricef on October 8, 2009 at 1:25pm
Jump to:
| Project: | LDAP integration |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I want to know if a Organic Group mapping is planned in this module. I need to develop this functionnality for one of my customer. I wonder if someone alredy did it and if you're interested to bring this functionnality in the module.
Comments
#1
Yes, a client of mine has the same interest.
At the moment a new user logs in with LDAP authentication but is not automatically signed up in any organic group. We would like this to be user friendly that LDAP group membership is mapped to organic group membership which would sign up a user at first time log-in.
#2
In fact i resolved my problem with a module with a cron fonction that get all information and populate groups. Maybe i can share what i made but i don't think it will be very reusable.
#3
@bricef; if you could share that would be great. We could use hook_user() to add the user to some OG's.
#4
Ok i'll see what i can do, cause this module is not very clean.
#5
The company I work for, Egressive, has developed a Drupal 5 LDAP -> OG module in house. I've just recently ported the d5 version, which was quite customer specific, to a more generic d6 module which we'll release within the next few days. Check out Organic groups LDAP if you're interested.
Cheers,
Kale