View | Details | Raw Unified | Return to bug 35602
Collapse All | Expand All

(-)umc/js/adconnector/ConfigPage.js (-9 / +9 lines)
Lines 69-75 Link Here
69
			if (state && state.mode_admember) {
69
			if (state && state.mode_admember) {
70
				this.helpText = _('The system is part of an Active Directory domain.');
70
				this.helpText = _('The system is part of an Active Directory domain.');
71
			} else if (state && state.mode_adconnector) {
71
			} else if (state && state.mode_adconnector) {
72
				this.helpText = _('The domain exists in parallel to an Active Directory domain.');
72
				this.helpText = _('The UCS domain exists in parallel to an Active Directory domain.');
73
			}
73
			}
74
			this.helpText += ' ' + _('This module configures the connection between the Univention Corporate Server and Active Directory.');
74
			this.helpText += ' ' + _('This module configures the connection between the Univention Corporate Server and Active Directory.');
75
			this.showDescription();
75
			this.showDescription();
Lines 85-91 Link Here
85
				name: 'unencryptedActivateSSL',
85
				name: 'unencryptedActivateSSL',
86
				type: Text,
86
				type: Text,
87
				content: '<p style="margin-top: 4em;">' +
87
				content: '<p style="margin-top: 4em;">' +
88
					_('It is also possible to just activate the encrypted connection without a certificate.') +
88
					_('It is also possible to just activate the encrypted connection without certificate verification.') +
89
					'</p>'
89
					'</p>'
90
			}, {
90
			}, {
91
				name: 'certificateUpload',
91
				name: 'certificateUpload',
Lines 107-114 Link Here
107
				name: 'downloadInfoADMember',
107
				name: 'downloadInfoADMember',
108
				type: Text,
108
				type: Text,
109
				content: makeParagraphs([
109
				content: makeParagraphs([
110
					_('By default the Active Directory connection does not transfer passwords into the UCS directory service. The system uses the Active Directory Kerberos infrastructure for authentication.'),
110
					_('By default the Active Directory connection does not transfer encrypted password data into the UCS directory service. The system uses the Active Directory Kerberos infrastructure for authentication.'),
111
					_('However, in some szenarios it may be reasonable to transfer passwords. In this case, The password service should be installed on the Active Directory server.')
111
					_('However, in some scenarios it may be reasonable to transfer encrypted password hashes. In this case, The password service should be installed on the Active Directory server.')
112
				])
112
				])
113
			}, {
113
			}, {
114
				name: 'download',
114
				name: 'download',
Lines 116-122 Link Here
116
			}, {
116
			}, {
117
				name: 'downloadNextStepADMember',
117
				name: 'downloadNextStepADMember',
118
				type: Text,
118
				type: Text,
119
				content: _('After the installation the replication of password hashes has to be activated:')
119
				content: _('After the installation the replication of password hashes has to be activated.')
120
			}];
120
			}];
121
121
122
			var buttons = [{
122
			var buttons = [{
Lines 148-154 Link Here
148
				label: _('Active Directory connection service'),
148
				label: _('Active Directory connection service'),
149
				layout: ['running', 'start', 'stop']
149
				layout: ['running', 'start', 'stop']
150
			}, {
150
			}, {
151
				label: _('Active Directory Server configuration'),
151
				label: _('Active Directory connection SSL configuration'),
152
				layout: ['certificateUpload', 'unencryptedActivateSSL', 'activate']
152
				layout: ['certificateUpload', 'unencryptedActivateSSL', 'activate']
153
			}];
153
			}];
154
			if (this.initialState.mode_adconnector) {
154
			if (this.initialState.mode_adconnector) {
Lines 203-215 Link Here
203
						showEnableSSL = state.mode_adconnector;
203
						showEnableSSL = state.mode_adconnector;
204
						certMsg = makeParagraphs([
204
						certMsg = makeParagraphs([
205
							_('Currently, an unencrypted connection to the Active Directory domain is used.'),
205
							_('Currently, an unencrypted connection to the Active Directory domain is used.'),
206
							_('To achieve a higher level of security, the Active Directory system\'s root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate.'),
206
							_('To achieve a higher level of security, the Active Directory root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate.'),
207
							_('The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.')
207
							_('The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.')
208
						]);
208
						]);
209
					} else {
209
					} else {
210
						certMsg = makeParagraphs([
210
						certMsg = makeParagraphs([
211
							_('Currently, an encrypted connection between UCS and the Active Directory domain is used.'),
211
							_('Currently, an encrypted connection between UCS and the Active Directory domain is used.'),
212
							_('To achieve a higher level of security, the Active Directory system\'s root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate.'),
212
							_('To achieve a higher level of security, the Active Directory root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate.'),
213
							_('The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.')
213
							_('The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.')
214
						]);
214
						]);
215
					}
215
					}
Lines 216-222 Link Here
216
				} else {
216
				} else {
217
					certMsg = makeParagraphs([
217
					certMsg = makeParagraphs([
218
						_('Currently, a secured connection between UCS and the Active Directory domain is used.'),
218
						_('Currently, a secured connection between UCS and the Active Directory domain is used.'),
219
						_('When there is a need of adjustment, you may upload a new root certificate of the Active Directory domain.')
219
						_('If there is a need for adjustment, you may upload a new root certificate of the Active Directory domain.')
220
					]);
220
					]);
221
				}
221
				}
222
				this._widgets.certificateUpload.set('value', certMsg);
222
				this._widgets.certificateUpload.set('value', certMsg);
(-)umc/js/adconnector/DownloadInfo.js (-1 / +1 lines)
Lines 43-49 Link Here
43
			_('The MSI files are the installation files for the password service. The installation can be started on the Active Directory domain controller by double clicking on it.') + ' ' +
43
			_('The MSI files are the installation files for the password service. The installation can be started on the Active Directory domain controller by double clicking on it.') + ' ' +
44
			_('The package is installed in the <b>C:\\Windows\\UCS-AD-Connector</b> directory automatically. Additionally, the password service is integrated into the Windows environment as a system service, which means the service can be started automatically or manually.') +
44
			_('The package is installed in the <b>C:\\Windows\\UCS-AD-Connector</b> directory automatically. Additionally, the password service is integrated into the Windows environment as a system service, which means the service can be started automatically or manually.') +
45
			'</p><p>' +
45
			'</p><p>' +
46
			_('During a standard installation, the Windows firewall blocks the access to the AD Connection service. This must either be deactivated in System settings or Port 6670/TCP authorised.') +
46
			_('In a standard setup, the Windows firewall blocks the access to the password service. This must either be deactivated in System settings or Port 6670/TCP authorised.') +
47
			'</p>' +
47
			'</p>' +
48
			'<ul><li><a href="/univention-ad-connector/ucs-ad-connector.msi">ucs-ad-connector.msi</a><br>' +
48
			'<ul><li><a href="/univention-ad-connector/ucs-ad-connector.msi">ucs-ad-connector.msi</a><br>' +
49
			_('Installation file for the password service for <b>%s</b> Windows.<br />It can be started by double clicking on it.', '32bit') +
49
			_('Installation file for the password service for <b>%s</b> Windows.<br />It can be started by double clicking on it.', '32bit') +
(-)umc/js/adconnector/SetupWizard.js (-11 / +11 lines)
Lines 86-92 Link Here
86
				widgets: [{
86
				widgets: [{
87
					type: Text,
87
					type: Text,
88
					name: 'help',
88
					name: 'help',
89
					content: _('<p>This wizards guides the configuration of the connection with an existing Active Directory domain.</p><p>There are two possible ways:</p>')
89
					content: _('<p>This wizards guides the configuration of the connection with an existing Active Directory domain.</p><p>There are two exclusive options:</p>')
90
				}, {
90
				}, {
91
					type: RadioButtons,
91
					type: RadioButtons,
92
					name: 'mode',
92
					name: 'mode',
Lines 95-101 Link Here
95
						label: _('Configure UCS as part of an Active Directory domain (recommended).')
95
						label: _('Configure UCS as part of an Active Directory domain (recommended).')
96
					}, {
96
					}, {
97
						id: 'adconnector',
97
						id: 'adconnector',
98
						label: _('Synchronisation of account data between an Active Directory and a UCS domain.')
98
						label: _('Synchronisation of account data between an Active Directory and this UCS domain.')
99
					}]
99
					}]
100
				}, {
100
				}, {
101
					type: Text,
101
					type: Text,
Lines 102-108 Link Here
102
					name: 'help2',
102
					name: 'help2',
103
					content: _paragraph(
103
					content: _paragraph(
104
						_('Use the recommended first option if Active Directory will be the principal domain. Domain users can directly access applications that are installed on UCS.'),
104
						_('Use the recommended first option if Active Directory will be the principal domain. Domain users can directly access applications that are installed on UCS.'),
105
						_('Use the second option for more complex szenarios which necessitate that Active Directory and UCS domains exist in parallel.')
105
						_('Use the second option for more complex scenarios which necessitate that Active Directory and UCS domains exist in parallel.')
106
					)
106
					)
107
				}]
107
				}]
108
			}, {
108
			}, {
Lines 133-139 Link Here
133
				}]
133
				}]
134
			}, {
134
			}, {
135
				name: 'error-admember',
135
				name: 'error-admember',
136
				headerText: _('AD Connection - An error ocurred'),
136
				headerText: _('AD Connection - An error occurred'),
137
				helpText: '<p>' + _('An error occurred during the join process of UCS into the Active Directory domain. The following information will give you some more details on which problems occurred during the join process.') + '</p>',
137
				helpText: '<p>' + _('An error occurred during the join process of UCS into the Active Directory domain. The following information will give you some more details on which problems occurred during the join process.') + '</p>',
138
				widgets: [{
138
				widgets: [{
139
					type: Text,
139
					type: Text,
Lines 150-157 Link Here
150
					type: Text,
150
					type: Text,
151
					name: 'help',
151
					name: 'help',
152
					content: _paragraph(
152
					content: _paragraph(
153
						_('The connection with the Active Directory domain has been configured successfully.'),
153
						_('The connection to the Active Directory domain has been configured successfully.'),
154
						_('It is necessary for already joined UCS systems to re-join the domain. This is done via the UMC module <i>Domain join</i> separately on each system.')
154
						_('It is necessary for already joined UCS systems to re-join the domain. This should be done via the UMC module <i>Domain join</i> separately on each system.')
155
					)
155
					)
156
				}]
156
				}]
157
			}, {
157
			}, {
Lines 162-168 Link Here
162
					type: Text,
162
					type: Text,
163
					'class': 'umcPageHelpText',
163
					'class': 'umcPageHelpText',
164
					name: 'help',
164
					name: 'help',
165
					content: _('Enter the Active Directory domain information to configure the connection.')
165
					content: _('Enter the Active Directory domain information to establish the connection.')
166
				}, {
166
				}, {
167
					type: TextBox,
167
					type: TextBox,
168
					name: 'ad_server_address',
168
					name: 'ad_server_address',
Lines 189-195 Link Here
189
					'class': 'umcPageHelpText',
189
					'class': 'umcPageHelpText',
190
					name: 'info',
190
					name: 'info',
191
					content: _paragraph(
191
					content: _paragraph(
192
						_('An encrypted connection to the Active Directory domain could not be established. This has as consequence that authentication data is submitted in plaintext.'),
192
						_('An encrypted connection to the Active Directory domain could not be established. As a consequence authentication data is submitted in plaintext.'),
193
						_('To enable an encrypted connection, a certification authority needs to be configured on the Active Directory server. All necessary steps are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.'),
193
						_('To enable an encrypted connection, a certification authority needs to be configured on the Active Directory server. All necessary steps are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>.'),
194
						_('After the certification authority has been set up, press <i>Next</i> to proceed.')
194
						_('After the certification authority has been set up, press <i>Next</i> to proceed.')
195
					)
195
					)
Lines 202-208 Link Here
202
					type: Text,
202
					type: Text,
203
					'class': 'umcPageHelpText',
203
					'class': 'umcPageHelpText',
204
					name: 'info',
204
					name: 'info',
205
					content: _('<p>To achieve a higher level of security, the Active Directory system\'s root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate. The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>. Alternatively, you may proceed without this configuration.</p>')
205
					content: _('<p>To achieve a higher level of security, the Active Directory root certificate should be exported and uploaded here. The Active Directory certificate service creates that certificate. The necessary steps depend on the actual Microsoft Windows version and are described in the <a href="http://docs.univention.de/manual-3.2.html#ad-connector:ad-zertifikat" target="_blank">UCS manual</a>. Alternatively, you may proceed without this configuration.</p>')
206
206
207
				}, {
207
				}, {
208
					name: 'certificateUpload',
208
					name: 'certificateUpload',
Lines 236-242 Link Here
236
					type: Text,
236
					type: Text,
237
					'class': 'umcPageHelpText',
237
					'class': 'umcPageHelpText',
238
					name: 'help',
238
					name: 'help',
239
					content: '<p>' + _('Specify the synchronisation direction between the UCS domain and the given Active Directory domain.') + '</p>'
239
					content: '<p>' + _('Select the synchronisation direction between the UCS domain and the given Active Directory domain.') + '</p>'
240
				}, {
240
				}, {
241
					type: RadioButtons,
241
					type: RadioButtons,
242
					name: 'connectormode',
242
					name: 'connectormode',
Lines 285-291 Link Here
285
					name: 'help',
285
					name: 'help',
286
					content: _paragraph(
286
					content: _paragraph(
287
						_('The synchronisation of Univention Corporate Server and Active Directory has been succesfully initiated.'),
287
						_('The synchronisation of Univention Corporate Server and Active Directory has been succesfully initiated.'),
288
						_('The UCS server is now ready for usage, and domain account information are now available.')
288
						_('The UCS server is now ready for usage, and domain account data is now available.')
289
					)
289
					)
290
				}]
290
				}]
291
			}];
291
			}];
(-)umc/js/de.po (-61 / +61 lines)
Lines 33-47 Link Here
33
#: umc/js/adconnector/SetupWizard.js:89
33
#: umc/js/adconnector/SetupWizard.js:89
34
msgid ""
34
msgid ""
35
"<p>This wizards guides the configuration of the connection with an existing "
35
"<p>This wizards guides the configuration of the connection with an existing "
36
"Active Directory domain.</p><p>There are two possible ways:</p>"
36
"Active Directory domain.</p><p>There are two exclusive options:</p>"
37
msgstr ""
37
msgstr ""
38
"<p>Dieser Assistent leitet durch die Konfiguration der Verbindung mit einer "
38
"<p>Dieser Assistent führt durch die Konfiguration der Verbindung mit einer "
39
"bestehenden Active Directory-Domäne.</p><p>Es gibt zwei grunsätzliche "
39
"bestehenden Active Directory-Domäne.</p><p>Es gibt zwei grunsätzliche "
40
"Möglichkeiten:</p>"
40
"Möglichkeiten:</p>"
41
41
42
#: umc/js/adconnector/SetupWizard.js:205
42
#: umc/js/adconnector/SetupWizard.js:205
43
msgid ""
43
msgid ""
44
"<p>To achieve a higher level of security, the Active Directory system's root "
44
"<p>To achieve a higher level of security, the Active Directory root "
45
"certificate should be exported and uploaded here. The Active Directory "
45
"certificate should be exported and uploaded here. The Active Directory "
46
"certificate service creates that certificate. The necessary steps depend on "
46
"certificate service creates that certificate. The necessary steps depend on "
47
"the actual Microsoft Windows version and are described in the <a href="
47
"the actual Microsoft Windows version and are described in the <a href="
Lines 59-66 Link Here
59
"Konfiguration fortfahren.</p>"
59
"Konfiguration fortfahren.</p>"
60
60
61
#: umc/js/adconnector/SetupWizard.js:136
61
#: umc/js/adconnector/SetupWizard.js:136
62
msgid "AD Connection - An error ocurred"
62
msgid "AD Connection - An error occurred"
63
msgstr "AD Connection - Ein Fehler trat auf"
63
msgstr "AD-Verbindung - Ein Fehler trat auf"
64
64
65
#: umc/js/adconnector/ConfigPage.js:132
65
#: umc/js/adconnector/ConfigPage.js:132
66
msgid "Activate encrypted connection"
66
msgid "Activate encrypted connection"
Lines 72-82 Link Here
72
72
73
#: umc/js/adconnector/SetupWizard.js:85
73
#: umc/js/adconnector/SetupWizard.js:85
74
msgid "Active Directory Connection"
74
msgid "Active Directory Connection"
75
msgstr "Active Directory Verbindung"
75
msgstr "Active Directory-Verbindung"
76
76
77
#: umc/js/adconnector/ConfigPage.js:151
77
#: umc/js/adconnector/ConfigPage.js:151
78
msgid "Active Directory Server configuration"
78
msgid "Active Directory connection SSL configuration"
79
msgstr "Active Directory Server Konfiguration"
79
msgstr "Active Directory-Verbindung SSL-Konfiguration"
80
80
81
#: umc/js/adconnector/SetupWizard.js:126 umc/js/adconnector/SetupWizard.js:175
81
#: umc/js/adconnector/SetupWizard.js:126 umc/js/adconnector/SetupWizard.js:175
82
msgid "Active Directory account"
82
msgid "Active Directory account"
Lines 104-110 Link Here
104
104
105
#: umc/js/adconnector/SetupWizard.js:170
105
#: umc/js/adconnector/SetupWizard.js:170
106
msgid "Address of Active Directory domain controller"
106
msgid "Address of Active Directory domain controller"
107
msgstr "Adresse des Active Directory-Domänencontroller"
107
msgstr "Adresse des Active Directory-Domänencontrollers"
108
108
109
#: umc/js/adconnector/SetupWizard.js:121
109
#: umc/js/adconnector/SetupWizard.js:121
110
msgid ""
110
msgid ""
Lines 111-117 Link Here
111
"Address of Active Directory domain controller or name of Active Directory "
111
"Address of Active Directory domain controller or name of Active Directory "
112
"domain"
112
"domain"
113
msgstr ""
113
msgstr ""
114
"Adresse des Active Directory-Domänencontroller oder Name der Active "
114
"Adresse des Active Directory-Domänencontrollers oder Name der Active "
115
"Directory-Domäne"
115
"Directory-Domäne"
116
116
117
#: umc/js/adconnector/SetupWizard.js:194
117
#: umc/js/adconnector/SetupWizard.js:194
Lines 124-138 Link Here
124
#: umc/js/adconnector/ConfigPage.js:119
124
#: umc/js/adconnector/ConfigPage.js:119
125
msgid ""
125
msgid ""
126
"After the installation the replication of password hashes has to be "
126
"After the installation the replication of password hashes has to be "
127
"activated:"
127
"activated."
128
msgstr ""
128
msgstr ""
129
"Nach der Installation muss die Replikation der Passwort Hashes aktiviert "
129
"Nach der Installation muss die Replikation der Passwort Hashes aktiviert "
130
"werden:"
130
"werden."
131
131
132
#: umc/js/adconnector/SetupWizard.js:192
132
#: umc/js/adconnector/SetupWizard.js:192
133
msgid ""
133
msgid ""
134
"An encrypted connection to the Active Directory domain could not be "
134
"An encrypted connection to the Active Directory domain could not be "
135
"established. This has as consequence that authentication data is submitted "
135
"established. As a consequence authentication data is submitted "
136
"in plaintext."
136
"in plaintext."
137
msgstr ""
137
msgstr ""
138
"Es konnte keine verschlüsselte Verbindung zur Active Directory-Domäne "
138
"Es konnte keine verschlüsselte Verbindung zur Active Directory-Domäne "
Lines 145-152 Link Here
145
"domain. The following information will give you some more details on which "
145
"domain. The following information will give you some more details on which "
146
"problems occurred during the join process."
146
"problems occurred during the join process."
147
msgstr ""
147
msgstr ""
148
"Ein Fehler trat während des Beitritts von UCS in die Active Directory-Domäne "
148
"Ein Fehler trat während des Beitritts von UCS zur Active Directory-Domäne "
149
"auf.Die folgenden Informationen enthalten weitere Details über das genauere "
149
"auf .Die folgenden Informationen enthalten weitere Details über das genauere "
150
"Problem."
150
"Problem."
151
151
152
#: umc/js/adconnector/SetupWizard.js:337
152
#: umc/js/adconnector/SetupWizard.js:337
Lines 158-178 Link Here
158
msgstr ""
158
msgstr ""
159
"Ein unerwarteter Fehler trat auf. Weitere Informationen über die "
159
"Ein unerwarteter Fehler trat auf. Weitere Informationen über die "
160
"Fehlerursache können in der Log-Datei /var/log/univention/management-console-"
160
"Fehlerursache können in der Log-Datei /var/log/univention/management-console-"
161
"module-adconnector.log gefunden werden.Bitte führen Sie den Beitritt erneut "
161
"module-adconnector.log gefunden werden. Bitte führen Sie den Beitritt erneut "
162
"durch nachdem entsprechende Fehler behoben wurden."
162
"durch, nachdem entsprechende Fehler behoben wurden."
163
163
164
#: umc/js/adconnector/SetupWizard.js:251
164
#: umc/js/adconnector/SetupWizard.js:251
165
msgid "Bidirectional synchronisation of UCS and Active Directory."
165
msgid "Bidirectional synchronisation of UCS and Active Directory."
166
msgstr "Bidirektionale Synchronisation zwischen UCS und Active Directory"
166
msgstr "Bidirektionale Synchronisation zwischen UCS und Active Directory."
167
167
168
#: umc/js/adconnector/ConfigPage.js:110
168
#: umc/js/adconnector/ConfigPage.js:110
169
msgid ""
169
msgid ""
170
"By default the Active Directory connection does not transfer passwords into "
170
"By default the Active Directory connection does not transfer encrypted password data into "
171
"the UCS directory service. The system uses the Active Directory Kerberos "
171
"the UCS directory service. The system uses the Active Directory Kerberos "
172
"infrastructure for authentication."
172
"infrastructure for authentication."
173
msgstr ""
173
msgstr ""
174
"Standardmäßig überträgt die eingerichtete Active Directory Connection keine "
174
"Standardmäßig überträgt die eingerichtete Active Directory-Verbindung keine "
175
"Passwörter in den UCS Verzeichnisdienst. Das System nutzt die Active "
175
"verschlüsselten Passwortdaten in den UCS-Verzeichnisdienst. Das System nutzt die Active "
176
"Directory Kerberos Infrastruktur zur Authentifizierung."
176
"Directory Kerberos Infrastruktur zur Authentifizierung."
177
177
178
#: umc/js/adconnector/SetupWizard.js:356
178
#: umc/js/adconnector/SetupWizard.js:356
Lines 181-187 Link Here
181
181
182
#: umc/js/adconnector/SetupWizard.js:148 umc/js/adconnector/SetupWizard.js:282
182
#: umc/js/adconnector/SetupWizard.js:148 umc/js/adconnector/SetupWizard.js:282
183
msgid "Completion of Active Directory Connection"
183
msgid "Completion of Active Directory Connection"
184
msgstr "Beenden von Active Directory Verbindung"
184
msgstr "Fertigstellung der Active Directory-Verbindung"
185
185
186
#: umc/js/adconnector/SetupWizard.js:230
186
#: umc/js/adconnector/SetupWizard.js:230
187
msgid "Configuration of Active Directory domain synchronisation"
187
msgid "Configuration of Active Directory domain synchronisation"
Lines 219-245 Link Here
219
msgid ""
219
msgid ""
220
"Currently, an unencrypted connection to the Active Directory domain is used."
220
"Currently, an unencrypted connection to the Active Directory domain is used."
221
msgstr ""
221
msgstr ""
222
"Es wird aktuell keine verschlüsselte Verbindung zwischen der UCS und der "
222
"Es wird aktuell keine verschlüsselte Verbindung zu der "
223
"Active Directory Domäne verwendet."
223
"Active Directory Domäne verwendet."
224
224
225
#: umc/js/adconnector/ConfigPage.js:156
225
#: umc/js/adconnector/ConfigPage.js:156
226
msgid "Download the password service for Windows and the UCS certificate"
226
msgid "Download the password service for Windows and the UCS certificate"
227
msgstr ""
227
msgstr ""
228
"Herunterladen des UCS-Zertifikats und des Passwort-Dienstes für Windows"
228
"Herunterladen des UCS-Zertifikats und des Passwortdienstes für Windows"
229
229
230
#: umc/js/adconnector/DownloadInfo.js:46
230
#: umc/js/adconnector/DownloadInfo.js:46
231
msgid ""
231
msgid ""
232
"During a standard installation, the Windows firewall blocks the access to "
232
"In a standard setup, the Windows firewall blocks the access to "
233
"the AD Connection service. This must either be deactivated in System "
233
"the password service. This must either be deactivated in System "
234
"settings or Port 6670/TCP authorised."
234
"settings or Port 6670/TCP authorised."
235
msgstr ""
235
msgstr ""
236
"In einer Standard-Installation blockiert die Windows-Firewall die Zugriffe "
236
"In einer Standard-Installation blockiert die Windows-Firewall die Zugriffe "
237
"auf den AD-Verbindungsdienst. Diese muss entweder in der Systemsteuerung "
237
"auf den Passwortdienst. Diese muss entweder in der Systemsteuerung "
238
"deaktiviert werden oder Port 6670/TCP freigegeben werden. "
238
"deaktiviert werden oder Port 6670/TCP freigegeben werden. "
239
239
240
#: umc/js/adconnector/SetupWizard.js:165
240
#: umc/js/adconnector/SetupWizard.js:165
241
msgid ""
241
msgid ""
242
"Enter the Active Directory domain information to configure the connection."
242
"Enter the Active Directory domain information to establish the connection."
243
msgstr ""
243
msgstr ""
244
"Geben Sie die Active Directory-Domäneninformationen ein, um die Verbindung "
244
"Geben Sie die Active Directory-Domäneninformationen ein, um die Verbindung "
245
"einzurichten."
245
"einzurichten."
Lines 256-268 Link Here
256
256
257
#: umc/js/adconnector/ConfigPage.js:111
257
#: umc/js/adconnector/ConfigPage.js:111
258
msgid ""
258
msgid ""
259
"However, in some szenarios it may be reasonable to transfer passwords. In "
259
"However, in some scenarios it may be reasonable to transfer encrypted password hashes. In "
260
"this case, The password service should be installed on the Active Directory "
260
"this case, The password service should be installed on the Active Directory "
261
"server."
261
"server."
262
msgstr ""
262
msgstr ""
263
"In einigen Szenarien kann es dennoch sinnvoll sein, die Passwörter zu "
263
"In einigen Szenarien kann es dennoch sinnvoll sein, die verschlüsselten Passwortdaten zu "
264
"übertragen. In diesem Fall sollte der Passwort Dienst auf dem Active "
264
"übertragen. In diesem Fall sollte der Passwort Dienst auf dem Active "
265
"Directory Server installiert werden."
265
"Directory-Server installiert werden."
266
266
267
#: umc/js/adconnector/DownloadInfo.js:49 umc/js/adconnector/DownloadInfo.js:51
267
#: umc/js/adconnector/DownloadInfo.js:49 umc/js/adconnector/DownloadInfo.js:51
268
#, python-format
268
#, python-format
Lines 270-276 Link Here
270
"Installation file for the password service for <b>%s</b> Windows.<br />It "
270
"Installation file for the password service for <b>%s</b> Windows.<br />It "
271
"can be started by double clicking on it."
271
"can be started by double clicking on it."
272
msgstr ""
272
msgstr ""
273
"Installationsdatei für den Passwort-Dienst für <b>%s</b> Windows.<br />Diese "
273
"Installationsdatei für den Passwortdienst für <b>%s</b> Windows.<br />Diese "
274
"kann per Doppelklick gestartet werden."
274
"kann per Doppelklick gestartet werden."
275
275
276
#: umc/js/adconnector/SetupWizard.js:272
276
#: umc/js/adconnector/SetupWizard.js:272
Lines 279-297 Link Here
279
279
280
#: umc/js/adconnector/ConfigPage.js:88
280
#: umc/js/adconnector/ConfigPage.js:88
281
msgid ""
281
msgid ""
282
"It is also possible to just activate the encrypted connection without a "
282
"It is also possible to just activate the encrypted connection without "
283
"certificate."
283
"certificate verification."
284
msgstr ""
284
msgstr ""
285
"Es ist auch möglich, lediglich die verschlüsselte Verbindung ohne Zertifikat "
285
"Es ist auch möglich, die verschlüsselte Verbindung ohne Zertifikatsprüfung "
286
"zu aktivieren."
286
"zu aktivieren."
287
287
288
#: umc/js/adconnector/SetupWizard.js:154
288
#: umc/js/adconnector/SetupWizard.js:154
289
msgid ""
289
msgid ""
290
"It is necessary for already joined UCS systems to re-join the domain. This "
290
"It is necessary for already joined UCS systems to re-join the domain. This "
291
"is done via the UMC module <i>Domain join</i> separately on each system."
291
"should be done via the UMC module <i>Domain join</i> separately on each system."
292
msgstr ""
292
msgstr ""
293
"Für bereits gejointe UCS-Systeme ist es notwendig, der Domäne neu "
293
"Für bereits gejointe UCS-Systeme ist es notwendig, der Domäne neu "
294
"beizutreten. Dies kann über das UMC-Module <i>Domänenbeitritt</i> separat "
294
"beizutreten. Dies sollte über das UMC-Module <i>Domänenbeitritt</i> separat "
295
"auf jedem System durchgeführt werden."
295
"auf jedem System durchgeführt werden."
296
296
297
#: umc/js/adconnector/DownloadInfo.js:67 umc/js/adconnector/DownloadInfo.js:71
297
#: umc/js/adconnector/DownloadInfo.js:67 umc/js/adconnector/DownloadInfo.js:71
Lines 298-304 Link Here
298
msgid ""
298
msgid ""
299
"It must be copied into the installation directory of the password service."
299
"It must be copied into the installation directory of the password service."
300
msgstr ""
300
msgstr ""
301
"Es muss in das Installationsverzeichnis des Passwort-Dienstes kopiert werden."
301
"Es muss in das Installationsverzeichnis des Passwortdienstes kopiert werden."
302
302
303
#: umc/js/adconnector/SetupWizard.js:297
303
#: umc/js/adconnector/SetupWizard.js:297
304
msgid "Join AD domain"
304
msgid "Join AD domain"
Lines 338-348 Link Here
338
338
339
#: umc/js/adconnector/SetupWizard.js:239
339
#: umc/js/adconnector/SetupWizard.js:239
340
msgid ""
340
msgid ""
341
"Specify the synchronisation direction between the UCS domain and the given "
341
"Select the synchronisation direction between the UCS domain and the given "
342
"Active Directory domain."
342
"Active Directory domain."
343
msgstr ""
343
msgstr ""
344
"Geben Sie die Synchronisationsrichtung zwischen der UCS-Domäne und der "
344
"Wählen Sie die Synchronisationsrichtung zwischen der UCS-Domäne und der "
345
"angegebenen Active Directory Domäne an."
345
"angegebenen Active Directory-Domäne aus."
346
346
347
#: umc/js/adconnector/ConfigPage.js:124
347
#: umc/js/adconnector/ConfigPage.js:124
348
msgid "Start Active Directory connection service"
348
msgid "Start Active Directory connection service"
Lines 358-364 Link Here
358
358
359
#: umc/js/adconnector/SetupWizard.js:98
359
#: umc/js/adconnector/SetupWizard.js:98
360
msgid ""
360
msgid ""
361
"Synchronisation of account data between an Active Directory and a UCS domain."
361
"Synchronisation of account data between an Active Directory and this UCS domain."
362
msgstr ""
362
msgstr ""
363
"Synchronisation von Kontendaten zwischen einer Active Directory und dieser "
363
"Synchronisation von Kontendaten zwischen einer Active Directory und dieser "
364
"UCS-Domäne."
364
"UCS-Domäne."
Lines 368-374 Link Here
368
"The <b>cert.pem</b> file contains the SSL certificates created in UCS for "
368
"The <b>cert.pem</b> file contains the SSL certificates created in UCS for "
369
"secure communication."
369
"secure communication."
370
msgstr ""
370
msgstr ""
371
"Die <b>cert.pem</b> Datei enthält die in UCS erstellten SSL Zertifikate für "
371
"Die <b>cert.pem</b> Datei enthält die in UCS erstellten SSL-Zertifikate für "
372
"sichere Kommunikation."
372
"sichere Kommunikation."
373
373
374
#: umc/js/adconnector/DownloadInfo.js:70
374
#: umc/js/adconnector/DownloadInfo.js:70
Lines 375-382 Link Here
375
msgid ""
375
msgid ""
376
"The <b>private.key</b> file contains the private key to the SSL certificates."
376
"The <b>private.key</b> file contains the private key to the SSL certificates."
377
msgstr ""
377
msgstr ""
378
"Die <b>private.key</b> Datei beinhaltet den privaten Schlüssel des SSL "
378
"Die <b>private.key</b> Datei beinhaltet den privaten Schlüssel des "
379
"Zertifikats."
379
"SSL-Zertifikats."
380
380
381
#: umc/js/adconnector/DownloadInfo.js:43
381
#: umc/js/adconnector/DownloadInfo.js:43
382
msgid ""
382
msgid ""
Lines 384-398 Link Here
384
"installation can be started on the Active Directory domain controller by "
384
"installation can be started on the Active Directory domain controller by "
385
"double clicking on it."
385
"double clicking on it."
386
msgstr ""
386
msgstr ""
387
"Die MSI Dateien sind die Installationsdateien für den Passwort-Dienst. "
387
"Die MSI-Dateien sind die Installationsdateien für den Passwortdienst. "
388
"Die Installation kann mit einem Doppelklick gestartet werden."
388
"Die Installation kann mit einem Doppelklick gestartet werden."
389
389
390
#: umc/js/adconnector/SetupWizard.js:288
390
#: umc/js/adconnector/SetupWizard.js:288
391
msgid ""
391
msgid ""
392
"The UCS server is now ready for usage, and domain account information are "
392
"The UCS server is now ready for usage, and domain account data is "
393
"now available."
393
"now available."
394
msgstr ""
394
msgstr ""
395
"Das UCS-System kann nun eingesetzt werden, und Domänen-Kontoinformationen "
395
"Das UCS-System kann nun eingesetzt werden und Domänen-Kontodaten "
396
"sind verfügbar."
396
"sind verfügbar."
397
397
398
#: umc/js/adconnector/SetupWizard.js:220 umc/js/adconnector/ConfigPage.js:100
398
#: umc/js/adconnector/SetupWizard.js:220 umc/js/adconnector/ConfigPage.js:100
Lines 401-414 Link Here
401
401
402
#: umc/js/adconnector/SetupWizard.js:153
402
#: umc/js/adconnector/SetupWizard.js:153
403
msgid ""
403
msgid ""
404
"The connection with the Active Directory domain has been configured "
404
"The connection to the Active Directory domain has been configured "
405
"successfully."
405
"successfully."
406
msgstr ""
406
msgstr ""
407
"Die Verbindung zur Active Directory Domäne wurde erfolgreich eingerichtet."
407
"Die Verbindung zur Active Directory Domäne wurde erfolgreich eingerichtet."
408
408
409
#: umc/js/adconnector/ConfigPage.js:72
409
#: umc/js/adconnector/ConfigPage.js:72
410
msgid "The domain exists in parallel to an Active Directory domain."
410
msgid "The UCS domain exists in parallel to an Active Directory domain."
411
msgstr "Die Domäne existiert parallel zu einer Active Directory-Domäne."
411
msgstr "Die UCS-Domäne existiert parallel zu einer Active Directory-Domäne."
412
412
413
#: umc/js/adconnector/ConfigPage.js:207 umc/js/adconnector/ConfigPage.js:213
413
#: umc/js/adconnector/ConfigPage.js:207 umc/js/adconnector/ConfigPage.js:213
414
msgid ""
414
msgid ""
Lines 429-436 Link Here
429
"can be started automatically or manually."
429
"can be started automatically or manually."
430
msgstr ""
430
msgstr ""
431
"Das Paket ist automatisch im <b>C:\\Windows\\UCS-AD-Connector</b> "
431
"Das Paket ist automatisch im <b>C:\\Windows\\UCS-AD-Connector</b> "
432
"Verzeichnis installiert. Zusätzlich ist der Passwort-Dienst als System-"
432
"Verzeichnis installiert. Zusätzlich ist der Passwortdienst als "
433
"Dienst in die Windows-Umgebung integriert. Dadurch kann der Dienst "
433
"Systemdienst in die Windows-Umgebung integriert. Dadurch kann der Dienst "
434
"automatisch oder manuell gestartet werden."
434
"automatisch oder manuell gestartet werden."
435
435
436
#: umc/js/adconnector/SetupWizard.js:331
436
#: umc/js/adconnector/SetupWizard.js:331
Lines 437-446 Link Here
437
#, python-format
437
#, python-format
438
msgid ""
438
msgid ""
439
"The server <i>%(_hostname)s (%(DC_IP)s)</i> is used as Active Directory "
439
"The server <i>%(_hostname)s (%(DC_IP)s)</i> is used as Active Directory "
440
"Domain Controller for the domain <i>%(Domain)s</i>."
440
"domain controller for the domain <i>%(Domain)s</i>."
441
msgstr ""
441
msgstr ""
442
"Der Server <i>%(_hostname)s (%(DC_IP)s)</i> wird als Active Directory "
442
"Der Server <i>%(_hostname)s (%(DC_IP)s)</i> wird als Active "
443
"Domänencontroller für die Domäne <i>%(Domain)s</i> genutzt."
443
"Directory-Domänencontroller für die Domäne <i>%(Domain)s</i> genutzt."
444
444
445
#: umc/js/adconnector/SetupWizard.js:287
445
#: umc/js/adconnector/SetupWizard.js:287
446
msgid ""
446
msgid ""
Lines 464-470 Link Here
464
464
465
#: umc/js/adconnector/ConfigPage.js:206 umc/js/adconnector/ConfigPage.js:212
465
#: umc/js/adconnector/ConfigPage.js:206 umc/js/adconnector/ConfigPage.js:212
466
msgid ""
466
msgid ""
467
"To achieve a higher level of security, the Active Directory system's root "
467
"To achieve a higher level of security, the Active Directory root "
468
"certificate should be exported and uploaded here. The Active Directory "
468
"certificate should be exported and uploaded here. The Active Directory "
469
"certificate service creates that certificate."
469
"certificate service creates that certificate."
470
msgstr ""
470
msgstr ""
Lines 475-481 Link Here
475
#: umc/js/adconnector/SetupWizard.js:193
475
#: umc/js/adconnector/SetupWizard.js:193
476
msgid ""
476
msgid ""
477
"To enable an encrypted connection, a certification authority needs to be "
477
"To enable an encrypted connection, a certification authority needs to be "
478
"configured on the Active Directory server. All necessary steps are described "
478
"configured on the Active Directory server. All steps necessary are described "
479
"in the <a href=\"http://docs.univention.de/manual-3.2.html#ad-connector:ad-"
479
"in the <a href=\"http://docs.univention.de/manual-3.2.html#ad-connector:ad-"
480
"zertifikat\" target=\"_blank\">UCS manual</a>."
480
"zertifikat\" target=\"_blank\">UCS manual</a>."
481
msgstr ""
481
msgstr ""
Lines 508-514 Link Here
508
508
509
#: umc/js/adconnector/SetupWizard.js:105
509
#: umc/js/adconnector/SetupWizard.js:105
510
msgid ""
510
msgid ""
511
"Use the second option for more complex szenarios which necessitate that "
511
"Use the second option for more complex scenarios which necessitate that "
512
"Active Directory and UCS domains exist in parallel."
512
"Active Directory and UCS domains exist in parallel."
513
msgstr ""
513
msgstr ""
514
"Benutzen Sie die zweite Option für komplexere Szenarien, die den "
514
"Benutzen Sie die zweite Option für komplexere Szenarien, die den "
Lines 516-525 Link Here
516
516
517
#: umc/js/adconnector/ConfigPage.js:219
517
#: umc/js/adconnector/ConfigPage.js:219
518
msgid ""
518
msgid ""
519
"When there is a need of adjustment, you may upload a new root certificate of "
519
"If there is a need for adjustment, you may upload a new root certificate of "
520
"the Active Directory domain."
520
"the Active Directory domain."
521
msgstr ""
521
msgstr ""
522
"Bei Anpassungsbedarf können Sie hier ein neues Root Zertifikat aus der "
522
"Bei Anpassungsbedarf können Sie hier ein neues Root-Zertifikat aus der "
523
"Active Directory Domäne hochladen."
523
"Active Directory Domäne hochladen."
524
524
525
#~ msgid ""
525
#~ msgid ""

Return to bug 35602