Univention Bugzilla – Attachment 10089 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_ldap
44602-ldap.patch (text/plain), 357 bytes, created by
Florian Best
on 2019-06-25 21:58:56 CEST
(
hide
)
Description:
patch for pam_ldap
Filename:
MIME Type:
Creator:
Florian Best
Created:
2019-06-25 21:58:56 CEST
Size:
357 bytes
patch
obsolete
>diff --git a/pam_ldap.c b/pam_ldap.c >index 9781d01..1da0d26 100644 >--- a/pam_ldap.c >+++ b/pam_ldap.c >@@ -3036,6 +3036,10 @@ _do_authentication (pam_handle_t *pamh, > const char *user, const char *password) > { > int rc = PAM_SUCCESS; >+ if (password && strlen(password) > 512) >+ { >+ return PAM_AUTH_ERR; >+ } > > if (session->info == NULL) > {
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