Changeset 02786fc


Ignore:
Timestamp:
Dec 5, 2008 9:04:08 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
03b9b14
Parents:
f005e44
Message:

typo: try to get the cert from a different place if the first one fils!

Location:
fedd/federation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/access.py

    rf005e44 r02786fc  
    377377                    owners = user_fedids
    378378        # Confirm authorization
     379
     380        print self.auth.attrs
    379381        for u in user:
    380382            self.log.debug("[lookup_access] Checking access for %s" % \
  • fedd/federation/experiment_control.py

    rf005e44 r02786fc  
    153153            self.cert_pwd = config.get("experiment_control", "cert_pwd")
    154154        else:
    155             self.cert_file = config.get("experiment_control", "cert_file")
    156             self.cert_pwd = config.get("experiment_control", "cert_pwd")
     155            self.cert_file = config.get("globals", "cert_file")
     156            self.cert_pwd = config.get("globals", "cert_pwd")
    157157
    158158        self.trusted_certs = config.get("experiment_control", "trusted_certs") \
Note: See TracChangeset for help on using the changeset viewer.