Fixed bug in gam create inboundssoprofile that caused a trap.

This commit is contained in:
Ross Scroggs
2024-09-05 16:57:09 -07:00
parent 67048fce86
commit 737deb8e39
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
Merged GAM-Team version
6.80.19
Fixed bug in `gam create inboundssoprofile` that caused a trap.
Upgraded to OpenSSL 3.3.2 where possible.
6.80.18
Updated `gam print|show admins` to handle the following error:

View File

@@ -44566,7 +44566,7 @@ def _showInboundSSOProfile(profile, FJQC, i=0, count=0):
Ind.Decrement()
def _processInboundSSOProfileResult(result, returnNameOnly, kvlist, function):
if result['done']:
if result.get('done', False):
if 'error' not in result:
if 'response' in result:
if not returnNameOnly: