Displaying 20 results from an estimated 10000 matches similar to: "regress/key-options.sh: should expire much later than in 2038"
2024 Apr 26
0
[Bug 3684] New: regress/key-options.sh: update future key expiry date to far in the future
https://bugzilla.mindrot.org/show_bug.cgi?id=3684
Bug ID: 3684
Summary: regress/key-options.sh: update future key expiry date
to far in the future
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2018 Apr 11
9
[Bug 2856] New: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user
https://bugzilla.mindrot.org/show_bug.cgi?id=2856
Bug ID: 2856
Summary: key-options.sh fails when pty /dev/ttyp1 is not owned
by testing user
Product: Portable OpenSSH
Version: 7.6p1
Hardware: ix86
OS: NetBSD
Status: NEW
Severity: minor
Priority: P5
Component:
2006 May 09
9
Working around the year 2038 bug in Ruby''s Time class?
I would have never imagined that I''d be bitten by the Y2038 bug
someday... but it just happened and, trust me, it hurts!
I have to deal with a database containing datetime fields with dates
up to 2050 and more. ActiveRecord raises an exception because Ruby''s
Time class implementation.
Besides running Ruby on a 64-bit platform, what can be done to avoid that?
Does a
2002 Feb 22
1
Antwort: Password about to expire -- Turn Windlows Client Password Ageing Off?
Hi,
there is a "X" value for the acount flags in smbpasswd ... it means no
password expiry! I found it on passdb/passdb.c. If it work?s, maybe I
don?t no! Also the password expire time ist hard coded in passwd.c too ...
set to infinity.
Take a look at the passwd.c code!
Regards, Thomas
Gesendet von: samba-admin@lists.samba.org
An: <samba@lists.samba.org>
Kopie:
2002 Feb 22
1
Password about to expire -- Turn Windlows Client Password Ageing Off?
I have a Domain controlled by a (Samba 2.2.2 upgraded to) Samba 2.2.3a PDC,
with
unix password sync = yes
The PDC (on a Mandrake Linux 8.X box) does not use password ageing, and we
don't want password ageing on our network.
We have a mix of Windows 98, NT4 and 2000 client workstations.
Unfortunately, some of the Windows 2000 users who log in to the domain have
complained that Windows is
2015 Jan 12
1
User and Password expiry
Thanks for the answer Marcel, I did get them confused.
Any ideas why then that my passwords don't seem to be expiring even
well after 60 days and despite having the domain policy enforcing
password expiry?
Thanks.
Regards.
Neil Wilson.
On Mon, Jan 12, 2015 at 12:46 PM, Marcel de Reuver <marcel at de.reuver.org> wrote:
> Account expiry and password expiry are not the same....
2002 Apr 26
1
expire checks
i'm working on this. this is what i have now. sp_inact is not handled
consistently across shadow platforms, so i'm going to not address that
right now. the following is the predecessor to bug14.
what is the timeframe for 3.2.1p1? markus suggested a few more weeks.
Index: auth.c
===================================================================
RCS file: /var/cvs/openssh/auth.c,v
2015 Jan 12
4
User and Password expiry
Hi guys,
I'm battling to understand how the Samba4 user password expiry seems
to tie in together and was hoping this could be clarified by someone
for me please?
Currently I have the following Samba4 domain policies in place...
[root at headoffice ~]# samba-tool domain passwordsettings show
Password informations for domain 'DC=abc-ho,DC=local'
Password complexity: on
Store plaintext
2024 Jul 27
0
[ANNOUNCE] xfs 1.2.2
xfs is the X Font Server, allowing remote X servers such as X Terminals to
access fonts for rendering via legacy X11 core protocol requests.
This release fixes a number of compiler warnings, and makes other code
cleanups and changes to improve code maintainability and analyzer output.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file
2015 May 18
5
kernel/libc uapi changes for y2038
In the patch series I posted recently [1], I introduce new system calls to deal
with modified data structures, but left the question open on how these should
be best accessed from libc. The patches introduce a new __kernel_time64_t type
and based on that five new data structured: struct __kernel_timespec,
struct __kernel_itimerspec, struct __kernel_stat, struct __kernel_rusage,
and struct
2023 Apr 25
0
[PATCH] support for wtmpdb (Y2038 safe wtmp replacement)
Hi,
On Linux, glibc is using a 32bit time_t for wtmp and similar structs
even on a 64bit system:
https://www.thkukuk.de/blog/Y2038_glibc_utmp_64bit/
https://www.thkukuk.de/blog/Y2038_glibc_wtmp_64bit/
Since the glibc developers stated that they don't plan to solve the problem
in glibc, but think that this interfaces are legacy and should be
removed from glibc (like musl libc, which does not
2005 Jun 02
5
Samba Password Expiry Date
Hi,
i have configured a Samba PDC based on idealx.org.
now, whenever i set the sambaMustChangePassword flag to 0, then
from the subsequent logon, there is a popup urge me for changing password.
now, the problem is after i have changed the password, the
sambaMustChangePassword
is set to 2147483647(unix timestamp), which if i converted it into human
readable format, it will be 2038 year,
2023 Oct 28
1
query account expired state
On Sat, 28 Oct 2023 11:54:34 +0200
Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
> Op 28-10-2023 om 09:37 schreef Rowland Penny via samba:
> > On Fri, 27 Oct 2023 23:48:22 +0200
> > Kees van Vloten via samba <samba at lists.samba.org> wrote:
> >
> >> Hi Team,
> >>
> >> Is it possible to make a LDAP-query that returns
2004 Feb 11
0
Password will expire in 12 days?
Dear All,
I have just upgraded my system to 3.0.2 with ldap as the backend. I've found one weird thing after the upgrade is that users are prompted that their passwords will be expired in 12 days as this "12 days" never descending to 11..10..!
I didn't set any password expiry date to my users before the upgrade......and here is one of the account info from my db:
PS. this
2017 Feb 14
2
Users list and the date the password will expire
Ok, maybe I haven't understood your idea then.
Mine was: check a user's password expiry if (and only if)
- the account requires a password
- the password can expire
- the account isn't disabled
And those criteria are met if the userAccountControl value is "512".
Oh wait: as you are checking bits, you have the SmartCard case covered
as well, right?
Ole
On 14.02.2017
2023 Oct 28
1
query account expired state
Op 28-10-2023 om 13:22 schreef Rowland Penny via samba:
> On Sat, 28 Oct 2023 11:54:34 +0200
> Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
>> Op 28-10-2023 om 09:37 schreef Rowland Penny via samba:
>>> On Fri, 27 Oct 2023 23:48:22 +0200
>>> Kees van Vloten via samba <samba at lists.samba.org> wrote:
>>>
>>>> Hi
2023 Oct 28
1
query account expired state
Op 28-10-2023 om 09:37 schreef Rowland Penny via samba:
> On Fri, 27 Oct 2023 23:48:22 +0200
> Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
>> Hi Team,
>>
>> Is it possible to make a LDAP-query that returns whether an account
>> is expired or not?
>>
>> I am aware that it is possible to do the maths against the
>>
2009 Jan 22
1
DO NOT REPLY [Bug 6061] New: [FMR]: Add an option to only delete files once they expire
https://bugzilla.samba.org/show_bug.cgi?id=6061
Summary: [FMR]: Add an option to only delete files once they
expire
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2017 Feb 02
0
How to get password expiration?
On Thu, 2 Feb 2017 15:49:57 +0000
Brian Candler via samba <samba at lists.samba.org> wrote:
> On 02/02/2017 15:17, mathias dufresne wrote:
> > So, back to ldapsearch -Y GSSAPI (if your users generate kerberos
> > ticket at connection time) to retrieve LDAP attribute PwdLastSet.
> > It's not an UNIX timestamp, it should be called LDAP time stamp or
> >
2015 May 18
0
[Y2038] kernel/libc uapi changes for y2038
fup2p, this is offtopic for most lists
Arnd Bergmann dixit:
>It's hard because we don't even know what ioctls are affected at this point,
>and I was hoping to get this part merged as a stepping stone in the process
>of finding out.
Oh okay.
>e) ioctls that pass a time value as a 'long' or '__u32' instead of
> 'time_t'. Fixing them requires