Displaying 20 results from an estimated 209 matches for "9223372036854775807".
2018 Feb 28
2
accountExpires never representation?
I have been running experiments and I found an interesting multiple
representations of never expiring accounts.
I see when I create an account using the ADUC in windows 10 pro on
samba-dc-4.7.5-2.fc27
when I use ldapsearch to get accountExpires I get 9223372036854775807
if I set the account to expire I get the expected value for that date.
Here is the strange part when I set the account back to never expires
the value is then 0
So both 9223372036854775807 and 0 represent an account that never expires.
If I set the value using ldapmodify it shows the same in ADUC u...
2008 May 06
1
Users SID problem
...0744844-3004
Primary Group SID: S-1-5-21-73733321-1646160496-1160744844-513
Full Name: Test
Home Directory:
HomeDir Drive:
Logon Script: test.bat
Profile Path:
Domain: MYDOMAIN
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: lun, 05 mag 2008 10:44:20 CEST
Password can change: lun, 05 mag 2008 10:44:20 CEST
Password must change: 9223372036854775807 seconds since the Epoch
Last bad password : 0
Bad password...
2015 Jun 23
4
yum and yumex change system time
> Date: Tuesday, June 23, 2015 03:48:36 PM -0400
> From: Jonathan Billings <billings at negate.org>
>
> On Tue, Jun 23, 2015 at 01:56:13PM -0500, g wrote:
>> each and every time i run yum or yumex, system time is advanced
>> by 5 hours.
>>
>> this has gone on thru several updates, maybe even upgrades.
>>
>> centos = 6.6 current
>> yum
2014 Oct 31
3
[LLVMdev] Large constants in patchpoints
Currently llvm crashes on following code, run through llc:
declare void @llvm.experimental.stackmap(i64, i32, ...)
define void @foo() {
tail call void (i64, i32, ...)* @llvm.experimental.stackmap(i64 0,
i32 0, i64 9223372036854775807)
ret void
}
The issue is that 9223372036854775807 (decimal for 0x7fffffffffffffff)
is the "empty key" for an int64_t, and in
StackMaps::recordStackMapOpers we crash when we try to insert this as
a key into ConstPool. The this happens if we change the constant to
be the tombstone.
Two...
2023 Oct 28
1
query account expired state
...'msDS-UserPasswordExpiry', but that returns and LDAP time value so it
requires computation by the querier to figure out expiry.
Another suggestion from ldapwiki.com: "All expired user accounts:
'(&(objectCategory=Person)(objectClass=User)(!accountExpires=0)(!accountExpires=9223372036854775807))'"
does not work either. Accounts on Samba always have the value
'9223372036854775807'.
Some output to show all this:
ldapsearch -x -W -ZZ -H ldap://dc.samdom.com -D 'CN=test 1 user,OU=User
Accounts,DC=samdom,DC=com' -b 'CN=test 1 user,OU=User
Accounts,DC=samdom,...
2015 Jun 24
0
yum and yumex change system time
...>
> /etc/localtime Sun Nov 1 06:59:59 2499 UTC = Sun Nov 1 01:59:59
> 2499 CDT isdst=1 gmtoff=-18000
> /etc/localtime Sun Nov 1 07:00:00 2499 UTC = Sun Nov 1 01:00:00
> 2499 CST isdst=0 gmtoff=-21600
> /etc/localtime 9223372036854689407 = NULL
> /etc/localtime 9223372036854775807 = NULL
>
> [geo at boxen ~]$ zdump -v CDT /etc/localtime
> CDT -9223372036854775808 = NULL
> CDT -9223372036854689408 = NULL
> CDT 9223372036854689407 = NULL
> CDT 9223372036854775807 = NULL
> /etc/localtime -9223372...
2014 Jun 07
3
Samba 4 / idmap / NIS / winbind
...d: 20140530142421.0Z
displayName: testswi
uSNCreated: 12359
name: testswi
objectGUID: d6ebbae7-8ec0-4a89-828d-58c10a7c9f99
userAccountControl: 66048
codePage: 0
countryCode: 0
pwdLastSet: 130459334610000000
primaryGroupID: 513
objectSid: S-1-5-21-1143642306-2581635645-836595807-1605
accountExpires: 9223372036854775807
sAMAccountName: testswi
sAMAccountType: 805306368
userPrincipalName: testswi at swi.local
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=swi,DC=local
loginShell: /bin/bash
whenChanged: 20140605153458.0Z
uSNChanged: 13969
distinguishedName: CN=testswi,OU=Benutzer,OU=SWI,DC=swi,DC=local
----...
2023 Oct 28
1
query account expired state
...39; or
'ms-DS-User-Password-Expired', but if it did, then the time stored
would be, as you say, in Windows format.
>
> Another suggestion from ldapwiki.com: "All expired user accounts:
> '(&(objectCategory=Person)(objectClass=User)(!accountExpires=0)(!accountExpires=9223372036854775807))'"
> does not work either. Accounts on Samba always have the value
> '9223372036854775807'.
accountExpires != the password expiry.
An account can expiry for other reasons than the password expiring and
if the password does expire, then it can be reset and the account
hasn...
2015 Jun 23
2
yum and yumex change system time
...one hell of a long list snipped>
/etc/localtime Sun Nov 1 06:59:59 2499 UTC = Sun Nov 1 01:59:59
2499 CDT isdst=1 gmtoff=-18000
/etc/localtime Sun Nov 1 07:00:00 2499 UTC = Sun Nov 1 01:00:00
2499 CST isdst=0 gmtoff=-21600
/etc/localtime 9223372036854689407 = NULL
/etc/localtime 9223372036854775807 = NULL
[geo at boxen ~]$ zdump -v CDT /etc/localtime
CDT -9223372036854775808 = NULL
CDT -9223372036854689408 = NULL
CDT 9223372036854689407 = NULL
CDT 9223372036854775807 = NULL
/etc/localtime -9223372036854775808 = NULL
/etc/localtim...
2020 Sep 03
4
[PATCH nbdkit] server/public.c: Uninline nbdkit_strdup_intern to avoid compiler warning.
I'm not sure if this is a GCC bug or a bug in our code, but
the attached workaround fixes it for me.
Rich.
2010 Sep 17
1
samba roaming profiles not working
...Primary Group SID: S-1-5-21-832165970-4128531365-4003982369-513
Full Name: Gary Dale
Home Directory: \\whenim64\home\garydale
HomeDir Drive: m:
Logon Script:
Profile Path: \\whenim64\home\samba\profiles\garydale
Domain: RAHIM-DALE
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: Wed, 15 Sep 2010 14:05:50 EDT
Password can change: Wed, 15 Sep 2010 14:05:50 EDT
Password must change: never
Last bad password : 0
Bad password count : 0
Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF...
2024 Oct 31
2
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...or so years I've been
building R on Windows:
In function 'R_chk_memset',
inlined from 'do_aperm' at ../main/array.c:1754:5:
../main/memory.c:3578:16: warning: 'memset' specified bound between
18446744056529682432 and 18446744073709551608 exceeds maximum object
size 9223372036854775807 [-Wstringop-overflow=]
3578 | return n ? memset(s, c, n) : s;
|
No idea if it is related but I thought I should mention it.
Thank you,
Avi
2018 Mar 12
2
Accentuation in the user's CN
...vIGRhIFNpbHZh
uSNCreated: 114017
name:: QWNlbnR1YcOnw6NvIGRhIFNpbHZh
objectGUID: b4e527e8-229a-46f5-8c6e-33fe7a6b034d
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
lastLogon: 0
primaryGroupID: 513
objectSid: S-1-5-21-2137976744-3574706186-1594704298-5551
accountExpires: 9223372036854775807
logonCount: 0
sAMAccountName: usuario777
sAMAccountType: 805306368
userPrincipalName: usuario777 at campus.sertao.ifrs.edu.br
objectCategory: CN=Person,CN=Schema,CN=Configuration,
DC=teste,DC=intra
pwdLastSet: 131653581863461020
userAccountControl: 512
uSNChanged: 114020
distinguishedName::
Q049QWN...
2023 Oct 28
1
query account expired state
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
> "accountExpires" attribute, but that requires some scripting around
> the query.
>
>
2016 Jan 12
2
Failed to modify entry for user in samba with tdb backend
...3458-513
Full Name: Kunde C360
Home Directory: \\win1\winhome\c360
HomeDir Drive: P:
Logon Script: logon.bat
Profile Path: \\win1\profiles\c360
Domain: WINDY3
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: Fre, 14 Okt 2011 06:31:31 CEST
Password can change: Fre, 14 Okt 2011 06:31:31 CEST
Password must change: never
Last bad password : 0
Bad password count : 0
Logon hours : FFFFF...
2015 Apr 23
3
RFC2307 attributes not being read by DC2 in 4.2.1
...4558
name: Fred Smith
objectGUID: 7b49274a-9ac9-48bd-9af7-e51e8ea17c9a
badPwdCount: 0
codePage: 0
countryCode: 0
badPasswordTime: 0
lastLogoff: 0
lastLogon: 0
primaryGroupID: 513
profilePath: %LOGONSERVER%\profiles\%USERNAME%
objectSid: S-1-5-21-1273750850-484487853-1026460749-1120
accountExpires: 9223372036854775807
logonCount: 0
sAMAccountName: fsmith
sAMAccountType: 805306368
objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=samdom,DC=example,DC=org
uid: fsmith
uidNumber: 1000006
gidNumber: 50023
loginShell: /bin/false
objectClass: top
objectClass: posixAccount
objectClass: person
objectClass: organiza...
2013 Jul 29
0
[LLVMdev] [Polly] Analysis of the expensive compile-time overhead of Polly Dependence pass
On 07/29/2013 09:15 AM, Sven Verdoolaege wrote:
> On Mon, Jul 29, 2013 at 07:37:14AM -0700, Tobias Grosser wrote:
>> On 07/29/2013 03:18 AM, Sven Verdoolaege wrote:
>>> On Sun, Jul 28, 2013 at 04:42:25PM -0700, Tobias Grosser wrote:
>>>> Sven: In terms of making the behaviour of isl easier to understand,
>>>> it may make sense to fail/assert in case
2020 Sep 03
1
Re: [PATCH nbdkit] server/public.c: Uninline nbdkit_strdup_intern to avoid compiler warning.
...1 AM, Richard W.M. Jones wrote:
> Previously with GCC 10.2 this code produced:
>
> In function ‘nbdkit_strndup_intern’,
> inlined from ‘nbdkit_strdup_intern’ at public.c:839:10:
> public.c:827:10: error: ‘strndup’ specified bound 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=]
> 827 | copy = strndup (str, n);
> | ^~~~~~~~~~~~~~~~
> ---
> server/public.c | 16 +++++++++++++++-
> 1 file changed, 15 insertions(+), 1 deletion(-)
>
I find the gcc warning annoying, but this workaround is fine (and
potent...
2006 Mar 17
2
> 1TB filesystems with ZFS and 32-bit Solaris?
Solaris in 32-bit mode has a 1TB device limit. UFS filesystems in 32-bit
mode also have a 1TB limit, even if using a logical volume manager to
span smaller than 1TB devices.
So, what kind of limit does ZFS have when running under 32-bit Solaris?
--
Erik Trimble
Java System Support
Mailstop: usca14-102
Phone: x17195
Santa Clara, CA
2007 Jun 16
1
Where is password expiry information stored?
....25-7.
The system uses NIS authentication, no shadow files.
Now all my Windows users have accounts that expire today!
Strangely, if I do a:
# pdbedit -L -v mk
I get:
Password last set: Tue, 18 May 2004 15:04:30 CEST
Password can change: Tue, 18 May 2004 15:04:30 CEST
Password must change: 9223372036854775807 seconds since the Epoch
I havn't calculated what 9223372036854775807 seconds since the Epoch
is in human readable format but I guess that it is in the
future :-)
Where does this number come from? There's no shadow file
on the system (The NIS server serves old SGI machines as well,
they do...