Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions coldfront/plugins/project_openldap/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def add_project(project_obj):

add_posixgroup_to_openldap(posixgroup_dn, openldap_posixgroup_description, gid_int)

# 3) add the PI to the posixgroup
add_members_to_openldap_posixgroup(posixgroup_dn, [project_obj.pi.username])


# Coldfront archive project action
def remove_project(project_obj):
Expand Down