-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.txt
27 lines (25 loc) · 1.89 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
See http://confluence.sakaiproject.org/display/IMSES/Simple+Sakai+SIS+Services for detailed configuration information.
This project was previously embedded in https://source.sakaiproject.org/contrib/unicon/sakora.
Configuration options (others documented on the confluence page):
# Sakora will attempt to create the directory at the specified path if it does not exist. A warning will be logged if the current process cannot find/create the director or does not have read/write permissions in it.
# Default: $CATALINA_HOME/sakai/sakora-csv/
#net.unicon.sakora.csv.batchUploadDir=/full/path/to/sakora-csv/
# Maximum size, in MB (so 1000 is 1 GB), of POST requests to https://$SAKAI_DOMAIN/sakai-sakora-csv-tool/csv
#net.unicon.sakora.csv.maxFileSize=1000
# Configure Sakora to ignore all data for academic sessions which are not included in the sessions.csv file
# If true, this basically means that older sessions will not cause the removal or updates or data related to those sessions,
# when false (legacy), all courses, users, and memberships related to sessions not included is removed or disabled
# Default: false (matches legacy behavior)
#net.unicon.sakora.csv.ignoreMissingSessions=true
# Configure Sakora to ignore all memberships removals processing
# If false (legacy), remove all memberships which are missing from current feed.
# If true, no memberships removals are processed for feed (all removal processing is skipped)
# Default: false (matches legacy behavior)
#net.unicon.sakora.csv.ignoreMembershipRemovals=true
# Configure Sakora user removal processing (replaces 'deleteUser')
# Valid values are:
# disable (legacy): assign the user a type which matches the "suspended" key in the PersonHandler (defaults to "suspended")
# delete: removes the user from the system
# ignore: skips over the user removal processing entirely
# Default: "disable" (matches legacy behavior)
#net.unicon.sakora.csv.userRemovalMode=ignore