Bug 56981 - make additional computers on exam-user account configurable
make additional computers on exam-user account configurable
Status: NEW
Product: UCS@school
Classification: Unclassified
Component: UMC - Exam mode
UCS@school 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS@school maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2024-01-12 14:30 CET by Christina Scheinig
Modified: 2024-02-06 11:57 CET (History)
3 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2024011121000358; 2023121921000315
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christina Scheinig univentionstaff 2024-01-12 14:30:02 CET
Unfortunately there is no way to hook into the creation of exam users, but the customer needs more pc entries for the exam users.

For more explanation why the customer need it, see in Ticket 2023112421000227
Comment 2 Fabian Schneider univentionstaff 2024-02-06 10:16:56 CET
Customer has a `UserPyHook` which adjusts the sambahome of imported accounts.

Account       Role     Default                        Current
demo_student  student  \\EXAMPLE_SCHOOL\demo_student  \\EXAMPLE_SCHOOL\schueler\demo_student
demo_teacher  teacher  \\EXAMPLE_SCHOOL\demo_teacher  \\EXAMPLE_SCHOOL\lehrer\demo_student


When creating exam users, the shares are created as follows:
Account       Exam_User          Role     Current                                      Target
demo_student  exam-demo_student  student  \\EXAMPLE_SCHOOL\schueler\exam-demo_student  \\EXAMPLE_SCHOOL\demo_student
demo_teacher  none               teacher  none                                         none


For exam users, the hooks are not executed, but only the LDAP is copied/adapted -> the paths are delivered with "schueler\". UCS appears to create the home directories directly under the root (#15 "[...] which means the home drives are not mapped for class work users").

#2023121921000315