Skip to content

Commit

Permalink
N21-1563 fixes generation of substitute teachers
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Jan 5, 2024
1 parent 7a82e1d commit 51c7124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateLdif.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ for (let schoolId = 0; schoolId < options.numberOfSchools; schoolId += 1) {
[
getGroup('ROLE_ADMIN', admins, 'ou=roles', schoolDn),
getGroup('ROLE_TEACHER', teachers, 'ou=roles', schoolDn),
getGroup('ROLE_SUBSTITUTE_TEACHER', teachers, 'ou=roles', schoolDn),
getGroup('ROLE_SUBSTITUTE_TEACHER', substituteTeachers, 'ou=roles', schoolDn),
getGroup('ROLE_STUDENT', students, 'ou=roles', schoolDn),
getGroup('ROLE_NBC_EXCLUDE', ignored, 'ou=roles', schoolDn),
].forEach(outputLdif);
Expand Down

0 comments on commit 51c7124

Please sign in to comment.