Hi, there is a nice feature in Syncope that you can include some extra parameters to user - role connection. This can be achieved by adding new attributes to Membership schema. However you can not connect a single user twice to the same role using two parallel memberships with different membership arguments. This could be used for example to describe the situation that a student u1 has a Student role in two faculties F1 and F2:
membership(user: u1, role: Student, OU: F1, start: 1.1.2013, end: 31.12.2013) membership(user: u1, role: student, OU: F2, start: 1.1.2013, end: 31.12.2014) Could you change the system to allow this kind of parallel role connections? Or is there something we can do? Best regards, Timo
