diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index ba40dd43..57e6d9e6 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -9,6 +9,8 @@ causes GAM to remove ACLs from a file before moving it; this will be most useful Shared Drives so that only the Shared Drive ACls apply. When not specified or set True, file permissions are not removed; this is the current GAM behavior. +Upgraded to OpenSSL 4.0.1. + 7.44.03 Added `writerwithoutprivateaccess` to ``; this will become effective 2026-06-29. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 13c38cc9..cd558ff2 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -48467,6 +48467,9 @@ def doPrintUsers(entityList=None): lic = buildGAPIObject(API.LICENSING) if skus is None: skus = SKU.getAllSKUs() if not GM.Globals[GM.LICENSE_SKUS] else GM.Globals[GM.LICENSE_SKUS] + if ((disabledAfterTime is not None or disabledBeforeTime is not None) and + isArchived is None and isDisabled is None and isSuspended is None): + isDisabled = True if entityList is None: sortRows = False if orgUnitPath is not None and fieldsList: