Univention Bugzilla – Attachment 9686 Details for
Bug 47876
maxPwdAge is rejected even when the value is in the bounds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug47876.patch
bug47876.patch (text/plain), 515 bytes, created by
Arvid Requate
on 2018-10-01 12:33:25 CEST
(
hide
)
Description:
bug47876.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-10-01 12:33:25 CEST
Size:
515 bytes
patch
obsolete
>diff --git a/services/univention-s4-connector/modules/univention/s4connector/s4/dc.py b/services/univention-s4-connector/modules/univention/s4connector/s4/dc.py >index e539189f1c..4882f3b958 100644 >--- a/services/univention-s4-connector/modules/univention/s4connector/s4/dc.py >+++ b/services/univention-s4-connector/modules/univention/s4connector/s4/dc.py >@@ -75,6 +75,8 @@ def _s2nano(seconds): > > > def _nano2s(nanoseconds): >+ if nanoseconds == 0x8000000000000000L: >+ return 0 > return nanoseconds / 10000000 > >
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 47876
: 9686