Wiki-Quellcode von OPAL-Shibboleth-Attribute BA Dresden
Version 40.4 von Carina Enke am 12.01.2024
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="single"}} | ||
3 | {{layout-cell}} | ||
4 | == Allgemeine Informationen == | ||
5 | |||
6 | |||
7 | {{display reference="LMS._Include Library.Allgemeines zu Shib Attributen.WebHome"}} | ||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 | |||
14 | Zu einigen sehr allgemeinen Attributen (bspw. Vorname, Nachname) wurde auf eine Ausgabe der übermittelten Werte verzichtet, da die Liste zu groß wäre. | ||
15 | {{/display}} | ||
16 | {{/layout-cell}} | ||
17 | |||
18 | {{layout-cell}} | ||
19 | (% class="auto-cursor-target" %) | ||
20 | |||
21 | |||
22 | {{panel title="Inhalt"}} | ||
23 | {{toc/}} | ||
24 | |||
25 | **Verwandte Themen** | ||
26 | |||
27 | * [[Expertenregeln zur Prüfung auf ein Benutzerattribut>>doc:LMS.Benutzerhandbuch OPAL.Lehren.Kurs.Freigabe von Kursen und Kursinhalten.Expertenmodus zur Freigabe innerhalb von Kursen.Anwendungsbeispiele zu Expertenregeln.Expertenregeln zur Pruefung auf ein Benutzerattribut.WebHome]] | ||
28 | {{/panel}} | ||
29 | |||
30 | |||
31 | |||
32 | (% class="auto-cursor-target" %) | ||
33 | |||
34 | {{/layout-cell}} | ||
35 | {{/layout-section}} | ||
36 | |||
37 | {{layout-section ac:type="single"}} | ||
38 | {{layout-cell}} | ||
39 | === Anrede === | ||
40 | |||
41 | (% style="margin-left: 40.0px;" %) | ||
42 | Attribut: salutationSelection | ||
43 | |||
44 | (% style="margin-left: 40.0px;" %) | ||
45 | Beispielwerte: //Attribut wird nicht übertragen// | ||
46 | |||
47 | (% style="margin-left: 40.0px;" %) | ||
48 | Beispielregel Expertenmodus: //Nur Nutzer weiblichen Geschlechts: isInAttribute("salutationSelection","Frau")// | ||
49 | {{/layout-cell}} | ||
50 | {{/layout-section}} | ||
51 | |||
52 | {{layout-section ac:type="single"}} | ||
53 | {{layout-cell}} | ||
54 | === Benutzername === | ||
55 | |||
56 | (% style="margin-left: 40.0px;" %) | ||
57 | Attribut: username | ||
58 | |||
59 | (% style="margin-left: 40.0px;" %) | ||
60 | Beispielwert: name@ba-dresden.de | ||
61 | |||
62 | (% style="margin-left: 40.0px;" %) | ||
63 | Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzername "name@ba-dresden.de"//: hasAttribute("username","name@ba-dresden.de") | ||
64 | |||
65 | |||
66 | {{/layout-cell}} | ||
67 | {{/layout-section}} | ||
68 | |||
69 | {{layout-section ac:type="single"}} | ||
70 | {{layout-cell}} | ||
71 | === Benutzertyp === | ||
72 | |||
73 | (% style="margin-left: 40.0px;" %) | ||
74 | Attribut: personType | ||
75 | {{/layout-cell}} | ||
76 | {{/layout-section}} | ||
77 | |||
78 | {{layout-section ac:type="two_equal"}} | ||
79 | {{layout-cell}} | ||
80 | (% style="margin-left: 40.0px;" %) | ||
81 | Beispielwerte: employee;member;staf, faculty;member;employee, member;staff;employee, ... | ||
82 | {{/layout-cell}} | ||
83 | |||
84 | {{layout-cell}} | ||
85 | (% class="auto-cursor-target" %) | ||
86 | |||
87 | |||
88 | {{expand title="Weitere Werte ..."}} | ||
89 | * staff;member;employee | ||
90 | * student;member | ||
91 | {{/expand}} | ||
92 | |||
93 | (% class="auto-cursor-target" %) | ||
94 | |||
95 | {{/layout-cell}} | ||
96 | {{/layout-section}} | ||
97 | |||
98 | {{layout-section ac:type="single"}} | ||
99 | {{layout-cell}} | ||
100 | (% style="margin-left: 40.0px;" %) | ||
101 | Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzertyp "student;member"//: hasAttribute("personType","student;member") | ||
102 | {{/layout-cell}} | ||
103 | {{/layout-section}} | ||
104 | |||
105 | {{layout-section ac:type="single"}} | ||
106 | {{layout-cell}} | ||
107 | === E-Mail-Adresse === | ||
108 | |||
109 | (% style="margin-left: 40.0px;" %) | ||
110 | Attribut: email | ||
111 | |||
112 | (% style="margin-left: 40.0px;" %) | ||
113 | Beispielwert: name@rz.ba-dresden.de | ||
114 | |||
115 | (% style="margin-left: 40.0px;" %) | ||
116 | Beispielregel Expertenmodus: //Nur für Nutzer mit E-Mailadresse "name@rz.ba-dresden.de"//: hasAttribute("email","name@rz.ba-dresden.de") | ||
117 | {{/layout-cell}} | ||
118 | {{/layout-section}} | ||
119 | |||
120 | {{layout-section ac:type="single"}} | ||
121 | {{layout-cell}} | ||
122 | === Fachsemester === | ||
123 | |||
124 | (% style="margin-left: 40.0px;" %) | ||
125 | Attribut: termsOfStudy | ||
126 | |||
127 | (% style="margin-left: 40.0px;" %) | ||
128 | Beispielwert: //Attribut wird nicht übertragen// | ||
129 | |||
130 | (% style="margin-left: 40.0px;" %) | ||
131 | Beispielregel Expertenmodus: //Nur für Nutzer aus dem Fachsemester xy"//: hasAttribute("termsOfStudy","xy") | ||
132 | {{/layout-cell}} | ||
133 | {{/layout-section}} | ||
134 | |||
135 | {{layout-section ac:type="single"}} | ||
136 | {{layout-cell}} | ||
137 | === Geburtstag === | ||
138 | |||
139 | (% style="margin-left: 40.0px;" %) | ||
140 | Attribut: birthDay | ||
141 | |||
142 | (% style="margin-left: 40.0px;" %) | ||
143 | Beispielwert: //Attribut wird nicht übertragen// | ||
144 | |||
145 | (% style="margin-left: 40.0px;" %) | ||
146 | Beispielregel Expertenmodus: //Nur für Nutzer die am 01.01.2000 geboren sind"//: hasAttribute("birthDay","01.01.2000") | ||
147 | {{/layout-cell}} | ||
148 | {{/layout-section}} | ||
149 | |||
150 | {{layout-section ac:type="single"}} | ||
151 | {{layout-cell}} | ||
152 | === Institution === | ||
153 | |||
154 | (% style="margin-left: 40.0px;" %) | ||
155 | Attribut: institutionalName | ||
156 | |||
157 | (% style="margin-left: 40.0px;" %) | ||
158 | Beispielwert: BA Dresden, Berufsakademie Sachsen | ||
159 | |||
160 | (% style="margin-left: 40.0px;" %) | ||
161 | Beispielregel Expertenmodus: //Nur für Nutzer der Berufsakademie Sachsen//: hasAttribute("institutionalName","Berufsakademie Sachsen") | ||
162 | {{/layout-cell}} | ||
163 | {{/layout-section}} | ||
164 | |||
165 | {{layout-section ac:type="single"}} | ||
166 | {{layout-cell}} | ||
167 | === Matrikelnummer === | ||
168 | |||
169 | (% style="margin-left: 40.0px;" %) | ||
170 | Attribut: institutionalUserIdentifier | ||
171 | |||
172 | (% style="margin-left: 40.0px;" %) | ||
173 | Beispielwert: 12345 | ||
174 | |||
175 | (% style="margin-left: 40.0px;" %) | ||
176 | Beispielregel Expertenmodus: //Nur für Nutzer mit Matrikelnummer 123456"//: hasAttribute("institutionalUserIdentifier","123456") | ||
177 | {{/layout-cell}} | ||
178 | {{/layout-section}} | ||
179 | |||
180 | {{layout-section ac:type="single"}} | ||
181 | {{layout-cell}} | ||
182 | === Moduleinschreibung === | ||
183 | |||
184 | (% style="margin-left: 40.0px;" %) | ||
185 | Attribut: moduleEnrollment | ||
186 | |||
187 | (% style="margin-left: 40.0px;" %) | ||
188 | Beispielwert: //Attribut wird nicht übertragen// | ||
189 | |||
190 | (% style="margin-left: 40.0px;" %) | ||
191 | Beispielregel Expertenmodus: //Nur für Nutzer mit Moduleinschreibung xy"//: hasAttribute("moduleEnrollment","xy") | ||
192 | {{/layout-cell}} | ||
193 | {{/layout-section}} | ||
194 | |||
195 | {{layout-section ac:type="single"}} | ||
196 | {{layout-cell}} | ||
197 | === Nachname === | ||
198 | |||
199 | (% style="margin-left: 40.0px;" %) | ||
200 | Attribut: lastName | ||
201 | |||
202 | (% style="margin-left: 40.0px;" %) | ||
203 | Beispielwert: Müller | ||
204 | |||
205 | (% style="margin-left: 40.0px;" %) | ||
206 | Beispielregel Expertenmodus: //Nur für Nutzer mit Nachname Müller"//: hasAttribute("lastName","Müller") | ||
207 | {{/layout-cell}} | ||
208 | {{/layout-section}} | ||
209 | |||
210 | {{layout-section ac:type="single"}} | ||
211 | {{layout-cell}} | ||
212 | === Organisationseinheit === | ||
213 | |||
214 | (% style="margin-left: 40.0px;" %) | ||
215 | Attribut: orgUnit | ||
216 | {{/layout-cell}} | ||
217 | {{/layout-section}} | ||
218 | |||
219 | {{layout-section ac:type="two_equal"}} | ||
220 | {{layout-cell}} | ||
221 | (% style="margin-left: 40.0px;" %) | ||
222 | Beispielwerte: //Attribut wird nicht übertragen// | ||
223 | {{/layout-cell}} | ||
224 | |||
225 | {{layout-cell}} | ||
226 | |||
227 | {{/layout-cell}} | ||
228 | {{/layout-section}} | ||
229 | |||
230 | {{layout-section ac:type="single"}} | ||
231 | {{layout-cell}} | ||
232 | (% style="margin-left: 40.0px;" %) | ||
233 | Beispielregel Expertenmodus: //Nur für Nutzer der Organisationseinheit "Allgemeine Verwaltung"//: hasAttribute("orgUnit","Allgemeine Verwaltung") | ||
234 | {{/layout-cell}} | ||
235 | {{/layout-section}} | ||
236 | |||
237 | {{layout-section ac:type="single"}} | ||
238 | {{layout-cell}} | ||
239 | === Organisationsstruktur === | ||
240 | |||
241 | (% style="margin-left: 40.0px;" %) | ||
242 | Attribut: eduPersonOrgUnitDN | ||
243 | {{/layout-cell}} | ||
244 | {{/layout-section}} | ||
245 | |||
246 | {{layout-section ac:type="two_equal"}} | ||
247 | {{layout-cell}} | ||
248 | (% style="margin-left: 40.0px;" %) | ||
249 | Beispielwerte: //Attribut wird nicht übertragen// | ||
250 | {{/layout-cell}} | ||
251 | |||
252 | {{layout-cell}} | ||
253 | |||
254 | {{/layout-cell}} | ||
255 | {{/layout-section}} | ||
256 | |||
257 | {{layout-section ac:type="single"}} | ||
258 | {{layout-cell}} | ||
259 | (% style="margin-left: 40.0px;" %) | ||
260 | Beispielregel Expertenmodus: //Nur für Nutzer der Organisationsstruktur xy//: hasAttribute("eduPersonOrgUnitDN","xy") | ||
261 | {{/layout-cell}} | ||
262 | {{/layout-section}} | ||
263 | |||
264 | {{layout-section ac:type="single"}} | ||
265 | {{layout-cell}} | ||
266 | === Standort === | ||
267 | |||
268 | (% style="margin-left: 40.0px;" %) | ||
269 | Attribut: standort | ||
270 | {{/layout-cell}} | ||
271 | {{/layout-section}} | ||
272 | |||
273 | {{layout-section ac:type="two_equal"}} | ||
274 | {{layout-cell}} | ||
275 | (% style="margin-left: 40.0px;" %) | ||
276 | Beispielwerte: //Attribut wird nicht übertragen// | ||
277 | {{/layout-cell}} | ||
278 | |||
279 | {{layout-cell}} | ||
280 | |||
281 | {{/layout-cell}} | ||
282 | {{/layout-section}} | ||
283 | |||
284 | {{layout-section ac:type="single"}} | ||
285 | {{layout-cell}} | ||
286 | (% style="margin-left: 40.0px;" %) | ||
287 | Beispielregel Expertenmodus: //Nur für Nutzer mit Standort Chemnitz"//: hasAttribute("standort","Chemnitz") | ||
288 | {{/layout-cell}} | ||
289 | {{/layout-section}} | ||
290 | |||
291 | {{layout-section ac:type="single"}} | ||
292 | {{layout-cell}} | ||
293 | === Studiengang === | ||
294 | |||
295 | (% style="margin-left: 40.0px;" %) | ||
296 | Attribut: studySubject | ||
297 | {{/layout-cell}} | ||
298 | {{/layout-section}} | ||
299 | |||
300 | {{layout-section ac:type="two_equal"}} | ||
301 | {{layout-cell}} | ||
302 | (% style="margin-left: 40.0px;" %) | ||
303 | Beispielwerte: Studiengang Finanzwirtschaft, Studiengang Wirtschaftsinformatik, ... | ||
304 | {{/layout-cell}} | ||
305 | |||
306 | {{layout-cell}} | ||
307 | (% class="auto-cursor-target" %) | ||
308 | |||
309 | |||
310 | {{expand title="Weitere Werte ..."}} | ||
311 | * SG Steuern, Pr\u00fcfungswesen, Consulting | ||
312 | * SG Holz- und Holzwerkstofftechnik | ||
313 | * SG Land- u. Ern\u00e4hrungswirtschaft | ||
314 | * Studiengang Betriebswirtschaft | ||
315 | * Studiengang Finanzwirtschaft | ||
316 | * Studiengang Informationstechnologie | ||
317 | |||
318 | |||
319 | {{/expand}} | ||
320 | |||
321 | (% class="auto-cursor-target" %) | ||
322 | |||
323 | {{/layout-cell}} | ||
324 | {{/layout-section}} | ||
325 | |||
326 | {{layout-section ac:type="single"}} | ||
327 | {{layout-cell}} | ||
328 | (% style="margin-left: 40.0px;" %) | ||
329 | Beispielregel Expertenmodus: //Nur für Nutzer des Studiengang Wirtschaftsinformatik//: hasAttribute("studySubject","Studiengang Wirtschaftsinformatik") | ||
330 | {{/layout-cell}} | ||
331 | {{/layout-section}} | ||
332 | |||
333 | {{layout-section ac:type="single"}} | ||
334 | {{layout-cell}} | ||
335 | === Studiengruppe === | ||
336 | |||
337 | (% style="margin-left: 40.0px;" %) | ||
338 | Attribut: studyGroup | ||
339 | {{/layout-cell}} | ||
340 | {{/layout-section}} | ||
341 | |||
342 | {{layout-section ac:type="two_equal"}} | ||
343 | {{layout-cell}} | ||
344 | (% style="margin-left: 40.0px;" %) | ||
345 | Beispielwert: 3AM19-1, 3AM21-1, 3HT17-1, ... | ||
346 | {{/layout-cell}} | ||
347 | |||
348 | {{layout-cell}} | ||
349 | (% class="auto-cursor-target" %) | ||
350 | |||
351 | |||
352 | {{expand title="Weitere Werte ..."}} | ||
353 | * 3HT19-1 | ||
354 | * 3ID19-1 | ||
355 | * 3IT19-1 | ||
356 | * 3IT19-2 | ||
357 | * 3IT20-2 | ||
358 | * 3IT21-2 | ||
359 | * 3LM19-1 | ||
360 | * 3LM22-1 | ||
361 | * 3MI19-1 | ||
362 | * 3MI22-1 | ||
363 | * 3SP18-2 | ||
364 | * 3SP19-1 | ||
365 | * 3SP21-2 | ||
366 | * 3VM19-1 | ||
367 | * 3WI20-2 | ||
368 | * 3WI22-2 | ||
369 | {{/expand}} | ||
370 | |||
371 | (% class="auto-cursor-target" %) | ||
372 | |||
373 | {{/layout-cell}} | ||
374 | {{/layout-section}} | ||
375 | |||
376 | {{layout-section ac:type="single"}} | ||
377 | {{layout-cell}} | ||
378 | (% style="margin-left: 40.0px;" %) | ||
379 | Beispielregel Expertenmodus: //Nur für Nutzer der Studiengruppe "3AM19-1"//: hasAttribute("studyGroup","3AM19-1") | ||
380 | {{/layout-cell}} | ||
381 | {{/layout-section}} | ||
382 | |||
383 | {{layout-section ac:type="single"}} | ||
384 | {{layout-cell}} | ||
385 | === Titel === | ||
386 | |||
387 | (% style="margin-left: 40.0px;" %) | ||
388 | Attribut: personalTitle | ||
389 | |||
390 | (% style="margin-left: 40.0px;" %) | ||
391 | Beispielwert: //Attribut wird nicht übertragen// | ||
392 | |||
393 | (% style="margin-left: 40.0px;" %) | ||
394 | Beispielregel Expertenmodus: //Nur für Nutzer mit mit Titel xy"//: hasAttribute("personalTitle","xy") | ||
395 | {{/layout-cell}} | ||
396 | {{/layout-section}} | ||
397 | |||
398 | {{layout-section ac:type="single"}} | ||
399 | {{layout-cell}} | ||
400 | === Vorname === | ||
401 | |||
402 | (% style="margin-left: 40.0px;" %) | ||
403 | Attribut: firstName | ||
404 | |||
405 | (% style="margin-left: 40.0px;" %) | ||
406 | Beispielwert: Max | ||
407 | |||
408 | (% style="margin-left: 40.0px;" %) | ||
409 | Beispielregel Expertenmodus: //Nur für Nutzer mit Vornamen Max "//: hasAttribute("firstName","Max") | ||
410 | {{/layout-cell}} | ||
411 | {{/layout-section}} | ||
412 | {{/layout}} | ||
413 | |||
414 | |||
415 |