Univention Bugzilla – Attachment 10088 Details for
Bug 44602
Login impossible after using huge password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for pam_unix
44602-unix.patch (text/plain), 436 bytes, created by
Florian Best
on 2019-06-25 21:58:37 CEST
(
hide
)
Description:
patch for pam_unix
Filename:
MIME Type:
Creator:
Florian Best
Created:
2019-06-25 21:58:37 CEST
Size:
436 bytes
patch
obsolete
>diff --git a/modules/pam_unix/passverify.c b/modules/pam_unix/passverify.c >index 80e3276..8d4315e 100644 >--- a/modules/pam_unix/passverify.c >+++ b/modules/pam_unix/passverify.c >@@ -73,6 +73,11 @@ PAMH_ARG_DECL(int verify_pwd_hash, > int retval; > D(("called")); > >+ if (p && strlen(p) > 512) { >+ D(("password max length exceeded")); >+ return PAM_AUTH_ERR; >+ } >+ > strip_hpux_aging(hash); > hash_len = strlen(hash); > if (!hash_len) {
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 44602
:
10082
|
10083
|
10086
|
10087
| 10088 |
10089