-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.cfg
36 lines (31 loc) · 981 Bytes
/
example_config.cfg
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
28
29
30
31
32
33
34
35
36
[app]
loglevel = warning
[input]
input_file = input.csv
course_file = course_input.csv
headers = firstname;lastname;email;role;school;class;primus_id;hetu_hash;password
[azure]
domain = contoso.onmicrosoft.com
client_id =
client_secret =
allowed_domain =
password_file_location = base_dir/
[rules]
mailNickname = {firstname}.{lastname}
displayName = {firstname} {lastname}
immutableId = {hetu_hash}
givenName = {firstname}
password = {firstname}{primus_id}
surname = {lastname}
userPrincipalName = {firstname}.{lastname}@contoso.onmicrosoft.com
jobTitle = {class} IF role = "oppilas"
facsimileTelephoneNumber = {hetu_hash}
[groups]
opettajat = Role_Teachers IF role = "opettaja"
oppilaat = Role_Students IF role = "oppilas"
henkilokunta = Role_Students IF role = "henkilokunta"
koulu = School_{school}
testi = School_{class} MEMBEROF School_{school}
[licenses]
opettajat = STANDARDWOFFPACK_FACULTY IF role = "opettaja"
oppilaat = STANDARDWOFFPACK_STUDENT IF role = "oppilas"