Closed lauramengel closed 6 years ago
Fixed. Will be in the same commit that fixes #58, so wait until you see a message there to pull and test
fixed my formatting in my first post here too since the pound sign for comment did not do what I expected.
Fixed. Please test
@lauramengel this is the last issue in the queue.
This is fixed. Closing issue.
In FNALSSOUtilities.pm, in sub FetchSecurityGroupsForFSSO can you add $Preferences{Security}{UseCertGroupsForSSO} to this check:
From: # And finally from their cert as well if we are not copying if (!$Preferences{Security}{TransferCertToSSO}) {
To: # And finally from their cert as well if we are not transferring # and $Preferences{Security}{UseCertGroupsForSSO} is true. if (!$Preferences{Security}{TransferCertToSSO} && $Preferences{Security}{UseCertGroupsForSSO}) {