Univention Bugzilla – Attachment 10589 Details for
Bug 52575
machine/password/length of 28 or larger causes core dump in univention.license
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
allow_maximum_password_length_256.patch
allow_maximum_password_length_256.patch (text/plain), 1.00 KB, created by
Arvid Requate
on 2021-01-11 19:00:09 CET
(
hide
)
Description:
allow_maximum_password_length_256.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2021-01-11 19:00:09 CET
Size:
1.00 KB
patch
obsolete
>diff --git a/base/univention-licence/lib/license_ldap.c b/base/univention-licence/lib/license_ldap.c >index 0de0ba2431..ed33c52ccd 100644 >--- a/base/univention-licence/lib/license_ldap.c >+++ b/base/univention-licence/lib/license_ldap.c >@@ -8,7 +8,7 @@ > > static univention_ldap_parameters_t *lp = NULL; > >-#define _UNIVENTION_LDAP_MACHINE_SECRET_LEN_MAX 60 >+#define _UNIVENTION_LDAP_MACHINE_SECRET_LEN_MAX 256 > int univention_ldap_set_machine_connection(univention_ldap_parameters_t *lp) { > FILE *secret; > size_t len; >diff --git a/base/univention-policy/lib/ldap.c b/base/univention-policy/lib/ldap.c >index 0522caed71..37615f7d73 100644 >--- a/base/univention-policy/lib/ldap.c >+++ b/base/univention-policy/lib/ldap.c >@@ -107,7 +107,7 @@ static int sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) > return LDAP_SUCCESS; > } > >-#define _UNIVENTION_LDAP_SECRET_LEN_MAX 27 >+#define _UNIVENTION_LDAP_SECRET_LEN_MAX 256 > int univention_ldap_set_admin_connection( univention_ldap_parameters_t *lp ) > { > FILE *secret;
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 52575
: 10589 |
10905