Wiki source code of Netzwerk-Adressbuch
Last modified by Jonas Jelten on 2025/03/12 13:10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | ---- | ||
2 | |||
3 | = How can I set up CIT address book ? = | ||
4 | |||
5 | |||
6 | This describes how to configure the CIT LDAP address book in the email program. You need this if you want the mail program to automatically find the addresses of your colleagues. This address book is also used for the automatic exchange of certificates if you want to send encrypted e-mails. | ||
7 | |||
8 | |||
9 | |||
10 | {{toc/}} | ||
11 | |||
12 | |||
13 | |||
14 | == 0. The most important information in brief == | ||
15 | |||
16 | {{{Name: CIT | ||
17 | Server address: ldap.cit.tum.de | ||
18 | Port: 636 (use secure connection (SSL)) | ||
19 | Base DN: ou=dir,dc=cit,dc=tum,dc=de | ||
20 | Bind DN: <empty> | ||
21 | |||
22 | Search filter: (objectclass=rbgContact)}}} | ||
23 | |||
24 | |||
25 | |||
26 | == 1. Linux - Thunderbird == | ||
27 | |||
28 | Click on **Thunderbird** in the menu at the top and select **Account Settings**. | ||
29 | |||
30 | [[image:accountsettings.png||height="418" width="334"]] | ||
31 | |||
32 | |||
33 | Select **Composition & Addressing** on the left and then select **Use a different Ldap Server** by Addressing and then click on **Edit Directories**. | ||
34 | |||
35 | [[image:compositionaddressing.png||width="900"]] | ||
36 | |||
37 | |||
38 | |||
39 | In the opened window click **Add**. | ||
40 | |||
41 | [[image:ldapadd.png||height="297" width="616"]] | ||
42 | |||
43 | |||
44 | |||
45 | Click here on **General** and paste the following data there: | ||
46 | |||
47 | (% class="box infomessage" %) | ||
48 | ((( | ||
49 | {{{* Name: CIT}}} | ||
50 | ))) | ||
51 | |||
52 | (% class="box infomessage" %) | ||
53 | ((( | ||
54 | {{{* Server address: ldap.cit.tum .de}}} | ||
55 | ))) | ||
56 | |||
57 | (% class="box infomessage" %) | ||
58 | ((( | ||
59 | {{{* Port: 636}}} | ||
60 | ))) | ||
61 | |||
62 | (% class="box infomessage" %) | ||
63 | ((( | ||
64 | {{{* Base DN: ou=dir,dc=cit,dc=tum,dc=de}}} | ||
65 | ))) | ||
66 | |||
67 | [[image:ldapgeneral.png||height="353" width="495"]] | ||
68 | |||
69 | |||
70 | |||
71 | |||
72 | |||
73 | Then go to the **Advanced** tab and fill in the fields as follows and click **OK**: | ||
74 | |||
75 | * {{{Scope: Subdirectories}}} | ||
76 | * {{{Search filter: (objectclass=rbgContact)}}} | ||
77 | * {{{Access method: Simple}}} | ||
78 | |||
79 | [[image:advancedldap-2new.png]] | ||
80 | |||
81 | |||
82 | |||
83 | |||
84 | Click **OK** again. | ||
85 | |||
86 | [[image:ldapcitaddedok.png||height="245" width="521"]] | ||
87 | |||
88 | |||
89 | |||
90 | |||
91 | Select in the next step **CIT** from the dropdown menu. | ||
92 | |||
93 | [[image:cityselected.png||width="900"]] | ||
94 | |||
95 | |||
96 | |||
97 | |||
98 | When you write an e-mail, you can search for the person and their e-mail address as in the CIT address book. To do this, click on **Extras** -> **Address book** | ||
99 | |||
100 | [[image:toolsaddressBookthun.png||height="412" width="637"]] | ||
101 | |||
102 | |||
103 | |||
104 | If you search for e.g. Musterma, all names and e-mail addresses with this search term will be displayed. | ||
105 | |||
106 | [[image:maxmustermann.png||height="310" width="647"]] | ||
107 | |||
108 | |||
109 | |||
110 | ---- | ||
111 | |||
112 | == 2. Apple - Thunderbird == | ||
113 | |||
114 | Click on **Thunderbird** in the menu above and select **Settings**. | ||
115 | |||
116 | [[image:thunderbirdaccountsettings1.png||height="324" width="353"]] | ||
117 | |||
118 | |||
119 | |||
120 | |||
121 | Select **Compose** on the left, then check **Ldap Directory Server** and then click **Edit**. | ||
122 | |||
123 | [[image:composingandaddressing.png||width="900"]] | ||
124 | |||
125 | |||
126 | |||
127 | |||
128 | In the opened window click on **Add**. | ||
129 | |||
130 | [[image:ldapadd.png||height="274" width="568"]] | ||
131 | |||
132 | |||
133 | |||
134 | |||
135 | |||
136 | First click on **General**. | ||
137 | |||
138 | [[image:ldapgeneralthunderbirapple.png||height="421" width="505"]] | ||
139 | |||
140 | |||
141 | |||
142 | |||
143 | And insert the following data there: | ||
144 | |||
145 | {{{ | ||
146 | * Name: CIT | ||
147 | * Server address: ldap.cit.tum.de | ||
148 | * Port: 636 | ||
149 | * Base DN: ou=dir,dc =cit,dc=tum,dc=de | ||
150 | |||
151 | }}} | ||
152 | |||
153 | Then switch to the **Advanced** tab and fill in the fields as follows and click **OK**: | ||
154 | |||
155 | {{{ | ||
156 | * Scope:Subdirectories | ||
157 | * Search filter: (objectclass=rbgContact) | ||
158 | * Access method:Simple | ||
159 | |||
160 | }}} | ||
161 | |||
162 | [[image:ldapadvanced-2.png]] | ||
163 | |||
164 | [[image:ldapaddok.png||height="283" width="586"]] | ||
165 | |||
166 | |||
167 | |||
168 | |||
169 | As a last step select CIT as LDAP directory server and close the window. | ||
170 | |||
171 | When you write an e-mail, you can search for the person and their e-mail address in the LDAP server as shown in the screenshot. For example, if you search for **Muster**, all names and email addresses with the search word **Muster** will be displayed. | ||
172 | |||
173 | [[image:thunderbirdmailcit.png||width="900"]] | ||
174 | |||
175 | |||
176 | |||
177 | You can find your address books in the menu bar at the top of Window and search for a person there as well. | ||
178 | |||
179 | [[image:windowaddressbooklinuxthunderbird.png||width="900"]] | ||
180 | |||
181 | |||
182 | |||
183 | [[image:mustermacitsearch.png||height="336" width="769"]] | ||
184 | |||
185 | |||
186 | |||
187 | |||
188 | == 3. Apple - Mail Programm == | ||
189 | |||
190 | First click on **Mail** and then on **Accounts** at the top of the menu. | ||
191 | |||
192 | [[image:mailaccountsldap.png||height="365" width="298"]] | ||
193 | |||
194 | |||
195 | |||
196 | |||
197 | From there, select **Add Other Account...**. | ||
198 | |||
199 | [[image:addotheraccount.png||width="900"]] | ||
200 | |||
201 | |||
202 | |||
203 | |||
204 | Select **LDAP account**. | ||
205 | |||
206 | [[image:ldapaccount.png||width="900"]] | ||
207 | |||
208 | |||
209 | |||
210 | |||
211 | In the opened window, insert the following data and click **Sign In**: | ||
212 | |||
213 | {{{ | ||
214 | * Description: CIT | ||
215 | * Base DN: ou=dir,dc=cit,dc=tum,dc=de | ||
216 | * Scope:Subtree | ||
217 | * Server address: ldap.cit.tum.de | ||
218 | * Port: 636 | ||
219 | |||
220 | }}} | ||
221 | |||
222 | [[image:ldapaccounthinzufügenapple.png||height="549" width="754"]] | ||
223 | |||
224 | |||
225 | |||
226 | When composing an e-mail, write the name of the person in the recipient field and the e-mail address will be searched for and displayed in LDAP. | ||
227 | |||
228 | |||
229 | |||
230 | |||
231 | |||
232 | == 4. Windows - Outlook 2016 & Outlook 2019 == | ||
233 | |||
234 | Click on **File** in the menu. | ||
235 | |||
236 | [[image:Bild1file.png||height="308" width="615"]] | ||
237 | |||
238 | |||
239 | |||
240 | |||
241 | |||
242 | Then click on **Account Settings** and then on the sub-item **Account Settings**. | ||
243 | |||
244 | [[image:Bild2accounsettings.png||width="900"]] | ||
245 | |||
246 | |||
247 | |||
248 | |||
249 | |||
250 | Switch to the **Address books** tab and then click on **New**. | ||
251 | |||
252 | [[image:Bild3new.png||width="900"]] | ||
253 | |||
254 | |||
255 | |||
256 | |||
257 | |||
258 | Select the **Internet Directory Service (LDAP)** option and click **Next**. | ||
259 | |||
260 | [[image:Bild4ldapnext.png||width="900"]] | ||
261 | |||
262 | |||
263 | |||
264 | |||
265 | |||
266 | Enter the following server name in the **Servername** field: **ldap.cit.tum.de**. Then click **More settings**. | ||
267 | |||
268 | [[image:Bild5moresettingsnew.png||width="900"]] | ||
269 | |||
270 | |||
271 | |||
272 | |||
273 | |||
274 | Click **OK** here to restart Outlook. | ||
275 | |||
276 | [[image:Bild6restart.png||height="452" width="646"]] | ||
277 | |||
278 | |||
279 | |||
280 | |||
281 | |||
282 | Click on **More Settings** again. | ||
283 | |||
284 | [[image:Bild5moresettingsnew.png||width="900"]] | ||
285 | |||
286 | |||
287 | |||
288 | |||
289 | |||
290 | Switch to the **Search** tab and enter the following there and confirm your settings with **OK**: | ||
291 | {{{Custom: ou=dir,dc=cit,dc=tum,dc=de}}} | ||
292 | |||
293 | [[image:Bild7customok.png||height="549" width="551"]] | ||
294 | |||
295 | |||
296 | |||
297 | |||
298 | Then click **Next**. | ||
299 | |||
300 | [[image:Bild8next.png||width="900"]] | ||
301 | |||
302 | |||
303 | |||
304 | |||
305 | |||
306 | Click **Finish**. | ||
307 | [[image:Bild9finish.png||width="900"]] | ||
308 | |||
309 | |||
310 | |||
311 | |||
312 | |||
313 | Finally, click **Close** and restart Outlook. | ||
314 | |||
315 | [[image:Bild10close.png||width="900"]] | ||
316 | |||
317 | |||
318 | |||
319 | |||
320 | |||
321 | To search for a person's email address, do the following: | ||
322 | |||
323 | While composing an email, click **To...** | ||
324 | |||
325 | * Under **Address book**, select the configured Ldap server | ||
326 | * Enter **Search** in the input field, enter the user ID, first or last name of the person you are looking for | ||
327 | * Click on **OK**. | ||
328 | |||
329 | [[image:Bild11writeemail.png||width="900"]] | ||
330 | |||
331 | |||
332 |