Version 31.1 by Carina Enke on 20.01.2023

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