Assigning Users to Groups

Greetings!

I’m trying to write a user overlay module which in addition to creating
users when they do not exist also assigns them to groups, however I’m
having trouble finding a clean way of adding a user to a group, so my
question is: is this even possible?

Thanks in advance;
– jps

Greetings!

I’m trying to write a user overlay module which in addition to
creating
users when they do not exist also assigns them to groups, however I’m
having trouble finding a clean way of adding a user to a group, so my
question is: is this even possible?

You want to have a look at AddMember in Group_Overlay.pm

-kevin

Cool, thanks!

Kevin Falcone wrote: