Univention Bugzilla – Attachment 4610 Details for
Bug 27281
Heimdal Default für "Password expires" ist nicht mehr "never" sondern 1 Jahr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ungetesteter patch
fix_pw_end_default.patch (text/plain), 678 bytes, created by
Arvid Requate
on 2012-08-20 18:48:15 CEST
(
hide
)
Description:
ungetesteter patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2012-08-20 18:48:15 CEST
Size:
678 bytes
patch
obsolete
>--- heimdal-1.4.0+git201110101743~lorikeet.orig/lib/hdb/hdb-ldap.c 2012-08-20 15:50:54.039006802 +0200 >+++ heimdal-1.4.0+git201110101743~lorikeet/lib/hdb/hdb-ldap.c 2012-08-20 16:00:48.651029415 +0200 >@@ -1248,12 +1248,12 @@ > } > } > >- delta = krb5_config_get_time_default(context, NULL, >- 365 * 24 * 60 * 60, >+ delta = krb5_config_get_time_default(context, NULL, >+ 0, > "kadmin", > "password_lifetime", > NULL); >- *ent->entry.pw_end = tmp_time + delta; >+ *ent->entry.pw_end = delta ? tmp_time + delta : 0; > } > > ret = LDAP_get_integer_value(db, msg, "sambaPwdMustChange", &tmp_time);
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 27281
: 4610