Univention Bugzilla – Attachment 7486 Details for
Bug 40711
activate_groupmembers should not use special characters in password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal
file_40711.txt (text/plain), 804 bytes, created by
Michael Grandjean
on 2016-02-17 13:54:56 CET
(
hide
)
Description:
patch proposal
Filename:
MIME Type:
Creator:
Michael Grandjean
Created:
2016-02-17 13:54:56 CET
Size:
804 bytes
patch
obsolete
>--- /usr/share/ucs-school-import/scripts/activate_groupmembers 2016-02-08 10:42:28.970496412 +0100 >+++ /usr/share/ucs-school-import/scripts/activate_groupmembers_patched 2016-02-17 13:48:39.230612078 +0100 >@@ -1341,7 +1341,7 @@ > def create_passwd(dn): > # default >- pwLength = 8 >+ pwLength = 10 > if dn: > # get baseDn pw policy >@@ -1363,7 +1363,7 @@ > pass > pwLength = pwLengthOu.get(ou, pwLength) >- charlist = 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!"$%&/()=?' >+ charlist = 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ' > passwd = '' > for i in range(pwLength): > passwd += charlist[random.randrange(0,len(charlist))]
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 40711
: 7486