Protospace / spaceport

Calgary Protospace's member portal
https://my.protospace.ca
GNU Affero General Public License v3.0
13 stars 9 forks source link

Add group functions. Add members, list members, create new groups #13

Closed pspencer53 closed 4 years ago

pspencer53 commented 4 years ago

I have added 3 new functions. Creating a new group just seemed too obvious so it was added. Listing group members is needed to validate the groups membership and to add additional error checking in future. for now it is probably just used for debuging. The function Add_to_group requires a Group DN and a User DN, both of which are found in the function.
There is a need to also create a Remove-From_Group which will be added later.

tannercollin commented 4 years ago

Looks great, thanks Pat!