Changeset f3d72f7


Ignore:
Timestamp:
Dec 12, 2008 1:55:49 PM (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:
b09f346
Parents:
38d2f3c
Message:

Hacks to get default certs to work for terminate and the info requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r38d2f3c rf3d72f7  
    333333        if opts.debug > 0: opts.tracefile=sys.stderr
    334334
     335        (user, cert) = self.get_user_info([])
     336
    335337        if opts.cert != None: cert = opts.cert
    336338
     
    393395        (opts, args) = parser.parse_args()
    394396
     397        (user, cert) = self.get_user_info([])
    395398        if opts.trusted:
    396399            if ( not os.access(opts.trusted, os.R_OK) ) :
Note: See TracChangeset for help on using the changeset viewer.