ericvaandering / DocDB

Working repository for DocDB
25 stars 18 forks source link

request to add check for $Preferences{Security}{UseCertGroupsForSSO} #72

Closed lauramengel closed 6 years ago

lauramengel commented 6 years ago

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}) {

ericvaandering commented 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

lauramengel commented 6 years ago

fixed my formatting in my first post here too since the pound sign for comment did not do what I expected.

ericvaandering commented 6 years ago

Fixed. Please test

ericvaandering commented 6 years ago

@lauramengel this is the last issue in the queue.

lauramengel commented 6 years ago

This is fixed. Closing issue.