mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 06:31:37 +00:00
Final #1920 update
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user