We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5818e commit 1f2089bCopy full SHA for 1f2089b
1 file changed
src/CommonLib/SearchResultEntryWrapper.cs
@@ -247,12 +247,12 @@ public bool IsGMSA()
247
248
public bool HasLAPS()
249
{
250
- return GetProperty(LDAPProperties.LAPSExpirationTime) != null;
+ return GetProperty(LDAPProperties.LAPSExpirationTime) != null || GetProperty(LDAPProperties.LegacyLAPSExpirationTime) != null;
251
}
252
253
public SearchResultEntry GetEntry()
254
255
return _entry;
256
257
258
-}
+}
0 commit comments