File tree 1 file changed +16
-5
lines changed
1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 17
17
"queryList" : [
18
18
{
19
19
"final" : true ,
20
- "query" : " MATCH (u:User) WHERE u.pwdlastset < 1577854800.0 and u.enabled=true return u" ,
20
+ "query" : " MATCH (u:User) WHERE u.pwdlastset < 1577854800.0 and u.pwdlastset <> 0 and u.enabled=true return u" ,
21
21
"allowCollapse" : true
22
22
}
23
23
]
28
28
"queryList" : [
29
29
{
30
30
"final" : true ,
31
- "query" : " Match (u:User) WHERE u.pwdlastset < 1546318800 and u.enabled=true return u" ,
31
+ "query" : " Match (u:User) WHERE u.pwdlastset < 1546318800 and u.pwdlastset <> 0 and u. enabled=true return u" ,
32
32
"allowCollapse" : true
33
33
}
34
34
]
39
39
"queryList" : [
40
40
{
41
41
"final" : true ,
42
- "query" : " Match (u:User) WHERE u.pwdlastset < 1514782800 and u.enabled=true return u" ,
42
+ "query" : " Match (u:User) WHERE u.pwdlastset < 1514782800 and u.pwdlastset <> 0 and u.enabled=true return u" ,
43
43
"allowCollapse" : true
44
44
}
45
45
]
50
50
"queryList" : [
51
51
{
52
52
"final" : true ,
53
- "query" : " Match (u:User) WHERE u.pwdlastset < 1483246800 and u.enabled=true return u" ,
53
+ "query" : " Match (u:User) WHERE u.pwdlastset < 1483246800 and u.pwdlastset <> 0 and u.enabled=true return u" ,
54
54
"allowCollapse" : true
55
55
}
56
56
]
61
61
"queryList" : [
62
62
{
63
63
"final" : true ,
64
- "query" : " Match (u:User) WHERE u.pwdlastset < 1451624400 and u.enabled=true return u" ,
64
+ "query" : " Match (u:User) WHERE u.pwdlastset < 1451624400 and u.pwdlastset <> 0 and u.enabled=true return u" ,
65
+ "allowCollapse" : true
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "name" : " No Recorded Password Change" ,
71
+ "category" : " Domain Information" ,
72
+ "queryList" : [
73
+ {
74
+ "final" : true ,
75
+ "query" : " Match (u:User) WHERE u.pwdlastset = 0 and u.enabled=true return u" ,
65
76
"allowCollapse" : true
66
77
}
67
78
]
You can’t perform that action at this time.
0 commit comments