Final #1920 update

This commit is contained in:
Ross Scroggs
2026-06-09 21:23:16 -07:00
parent 9590916750
commit c6b23d4ce6
2 changed files with 5 additions and 0 deletions

View File

@@ -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 `<CalendarACLRole>`; this will become effective 2026-06-29.

View File

@@ -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: