Releases: GAM-team/GAM
GAM 7.35.01
7.35.01
The following commands have been updated to not verify the existence of gam.cfg credentials files
as the WARNING messages about the missing files can be confusing to new users setting up GAM.
gam checkconn
gam oauth|oauth2
gam version
- See Update History
GAM 7.35.00
- 7.35.00
Windows gam-7.wx.yz-x86_64.msi has been replaced with gam-7.wx.yz-x86_64.exe.
Windows gam-7.wx.yz-arm64.msi has been replaced with gam-7.wx.yz-arm64.exe.
Updated cacerts.pem to avoid to following error in gam checkconn.
Checking raw.githubusercontent.com (185.199.110.133) (2)... ERROR
Certificate verification failed. If you are behind a firewall / proxy server that does TLS / SSL inspection you may need to point GAM at your certificate authority file by setting cacert\
s_pem = /path/to/your/certauth.pem in gam.cfg.
If you have customized cacerts.pem, update your version with the Operating CA: Let's Encrypt values from the GAM default version.
- See Update History
GAM 7.34.13
- 7.34.13
Fixed bug in gam info policies <CIPolicyNameEntity> ... formatjson where extraneous line
Show Info 1 Policy was displayed.
- See Update History
GAM 7.34.12
- 7.34.12
Fixed build errors that prevented Windows zip files from being created.
Added option returnidonly to gam create|update printer that causes GAM to return just the ID
of the printer.
- See Update History
GAM 7.34.11
- 7.34.11
Updated gam-install.sh script for macOS/Linux to properly config GAM when the answer to the following question is No.
Can you run a full browser on this machine? (usually Y for macOS, N for Linux if you SSH into this machine)
- See Update History
GAM 7.34.10
- 7.34.10
Fixed bug where formatjson quotechar <Character> on the command line did not override redirect csv <FileName> multiprocess quotechar <Character>.
- See Update History
GAM 7.34.09
- 7.34.09
Updated gam <UserTypeEntity> update photo to delete the user's existing photo
before performing the update as the API update will succeed but not replace a user's existing self-set photo.
- See Update History
GAM 7.34.08
- 7.34.08
Rebuild to avoid the following error:
requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supp\
orted version!
- 7.34.07
Added the following command to create a guest user.
gam create guestuser <EmailAddress>
Added the following items to <UserFieldName>:
guestaccountinfo- Additional guest-related metadata fieldsisguestuser- Indicates if the inserted user is a guest
- See Update History
GAM 7.34.06
- 7.34.06
Added option copyfolderpermissions [<Boolean>] to gam <UserTypeEntity> copy|move drivefile.
When copyfolderpermissions false is specified, no folder permissions are copied; this simplifies
disabling all folder permission copying.
When not specified or copyfolderpermissions [true] is specified, folder permissions are copied based on the following options:
copymergewithparentfolderpermissions [<Boolean>]
copymergedtopfolderpermissions [<Boolean>]
copytopfolderpermissions [<Boolean>]
copytopfolderiheritedpermissions [<Boolean>]
copytopfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
copymergedsubfolderpermissions [<Boolean>]
copysubfolderpermissions [<Boolean>]
copysubfolderinheritedpermissions [<Boolean>]
copysubfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
- See Update History
GAM 7.34.05
- 7.34.05
Updated gam report <ActivityApplictionName> to perform a reverse chronological sort
on all rows across multiple users and/or event names; this is consistent with the behavior
in the Admin console. Use option notimesort to suppress this sort.
- See Update History