Univention Bugzilla – Attachment 6086 Details for
Bug 35810
Only allow up to 15 characters for windows domain name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
installer_windows_domain_15.patch
installer_windows_domain_15.patch (text/plain), 1.64 KB, created by
Arvid Requate
on 2014-09-03 18:15:05 CEST
(
hide
)
Description:
installer_windows_domain_15.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-09-03 18:15:05 CEST
Size:
1.64 KB
patch
obsolete
>Index: installer/locale/de/LC_MESSAGES/installer.po >=================================================================== >--- installer/locale/de/LC_MESSAGES/installer.po (Revision 52778) >+++ installer/locale/de/LC_MESSAGES/installer.po (Arbeitskopie) >@@ -1209,8 +1209,8 @@ > "Syntax-Fehler. Bitte geben Sie die LDAP-Basis wie folgt an: dc=test,dc=net " > > #: installer/modules/50_basis.py:306 >-msgid "The length of the windows domain name is greater than 14 characters." >-msgstr "Die Länge des Windows-Domänennamens ist gröÃer als 14 Zeichen." >+msgid "The length of the windows domain name is greater than 15 characters." >+msgstr "Die Länge des Windows-Domänennamens ist gröÃer als 15 Zeichen." > > #: installer/modules/50_basis.py:313 > msgid "Periods are not allowed in windows domain names." >Index: installer/modules/50_basis.py >=================================================================== >--- installer/modules/50_basis.py (Revision 52778) >+++ installer/modules/50_basis.py (Arbeitskopie) >@@ -298,12 +298,12 @@ > # windows domain on dc master > if self.all_results.has_key( 'system_role' ) and self.all_results['system_role'] == 'domaincontroller_master': > >- # not longer than 14 chars >- if len(windows_domain.strip()) > 14: >+ # not longer than 15 chars >+ if len(windows_domain.strip()) > 15: > if not self.ignore('windows_domain'): > if focus: > self.move_focus( self.get_elem_id('IN_WINDOMAIN') ) >- return _("The length of the windows domain name is greater than 14 characters.") >+ return _("The length of the windows domain name is greater than 15 characters.") > > # no . in windom > if not windows_domain.find(".") == -1:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35810
: 6086