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
2 changes: 1 addition & 1 deletion coldfront/config/plugins/project_openldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"PROJECT_OPENLDAP_GID_START"
) # where project gid numbering will start, no default value provided here on purpose, site should define sensible value
PROJECT_OPENLDAP_REMOVE_PROJECT = ENV.bool(
"PROJECT_OPENLDAP_REMOVE_PROJECT", default=True
"PROJECT_OPENLDAP_REMOVE_PROJECT", default=False
) # remove projects on archive
PROJECT_OPENLDAP_ARCHIVE_OU = ENV.str(
"PROJECT_OPENLDAP_ARCHIVE_OU", default=""
Expand Down