Wiki source code of CIT E-Mail Adressen

Last modified by Albion Beqaj on 2024/01/29 16:12

Hide last authors
Albion Beqaj 41.2 1 = What E-Mail Adresses do I have? =
wikibot 1.1 2
3
Albion Beqaj 41.2 4 Each student has a single Mailbox and multiple E-Mail Adresses.
wikibot 1.1 5
6
Albion Beqaj 41.2 7 You can find out your E-Mail Adresses by installing the RBG user certificate.
8 Instructions can be found in the link below:
Aysegül Omus 28.1 9 [[https:~~/~~/wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate>>https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate]]
wikibot 1.1 10
11 {{toc/}}
12
13
Fedi Abichou 32.1 14 == 1. MyITO ==
wikibot 1.1 15
Albion Beqaj 41.2 16 Under [[MyITO>>https://my.ito.cit.tum.de/zertifikat/]] in the tab "Certificate" you'll find your E-Mail-Adresses.
wikibot 1.1 17
18
19
Albion Beqaj 41.2 20 [[image:Untitled.png||alt="MyITO Zertifikat" height="788" width="1017"]]
wikibot 1.1 21
Albion Beqaj 41.2 22 == 2. Firefox (only if you have your certificates added) ==
wikibot 1.1 23
Albion Beqaj 41.2 24 start Firefox
wikibot 1.1 25
26
Albion Beqaj 41.2 27 Click on the burger-menu and then on //Edit// → //Preferences//
Ana Villalobos González 36.1 28 \\[[image:addressen1.png||alt="email_firefox1.jpg" height="308" width="741"]]
wikibot 1.1 29
30
31
Albion Beqaj 41.2 32 followed by //Privacy and Security// → //View Certificates//
Ana Villalobos González 36.1 33 \\[[image:addressen2.png||alt="email_firefox2.jpg" height="400" width="664"]]
wikibot 1.1 34
35
36
Albion Beqaj 41.2 37 //UnderYour Certificates// select the ITO-Certificate and klick on View.
Ana Villalobos González 36.1 38 \\[[image:addressen3.png||alt="email_firefox3.jpg" height="420" width="618"]]
wikibot 1.1 39
40
41
Albion Beqaj 41.2 42 Under //Subject Alt Names// you'll find all your E-Mail adresses.
Ana Villalobos González 36.1 43 [[image:addressen4.png||alt="email_firefox4.jpg" height="313" width="861"]]br/
wikibot 1.1 44
Albion Beqaj 41.2 45 == 3. Windows (only if you have your certificates set up) ==
wikibot 1.1 46
Albion Beqaj 41.2 47 open**// Control Panel//**
wikibot 1.1 48
49
Albion Beqaj 41.2 50 [[image:1706540371177-742.png]]
wikibot 1.1 51
52
53
54
Albion Beqaj 41.2 55 open**// Internet options (be sure to set View by: to "small icons")//**
wikibot 1.1 56
Albion Beqaj 41.2 57 [[image:1706540405867-688.png]]
wikibot 1.1 58
59
60
61
Albion Beqaj 41.2 62 Go to the tab **content **and then click on **//Certificates//**
wikibot 1.1 63
Albion Beqaj 41.2 64 [[image:1706540462305-449.png]]
wikibot 1.1 65
66
67
68
Albion Beqaj 41.2 69 In the tab **Personal** klick on **//View//**
wikibot 1.1 70
Albion Beqaj 41.2 71 [[image:1706540547696-266.png]]
wikibot 1.1 72
73
74
75
Albion Beqaj 41.2 76 in the tab **Details **under //**Subject Alternative Name**// you'll find your email-adresses
wikibot 1.1 77
78
Albion Beqaj 41.2 79 [[image:1706540757511-288.png]]
wikibot 1.1 80
81
82
83
84 == 4. Konsole (Terminal) ==
85
86
87 {{html wiki="true"}}
Aysegül Omus 27.1 88 {{code}}ssh CITKennung@lxhalle.in.tum.de
wikibot 1.1 89
Begüm Balat 33.1 90 ldapsearch -x -H ldaps://ldap1.in.tum.de -b 'ou=IN, o=TUM, c=de' uid=$(whoami) mail | grep ^mail: | awk '{print $2}'
wikibot 1.1 91 {{/html}}