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.
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
Comment #1
ñull commentedYes, 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.
Comment #2
bricef commentedIn 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.
Comment #3
nvanhove commented@bricef; if you could share that would be great. We could use hook_user() to add the user to some OG's.
Comment #4
bricef commentedOk i'll see what i can do, cause this module is not very clean.
Comment #5
kaleworsley commentedThe 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
Comment #6
cgmonroe commentedCleaning up old issues:
That said, this would be done best as an additional module rather than trying to extend ldapgroups, etc. Note that the latest dev has a number of hooks that might be useful in doing this. Start a new issue with code if it's still required.