Ignore:
Timestamp:
Dec 1, 2008 3:07:40 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:
f816079
Parents:
f069052
Message:

All services use authorizer. Global authorization file, shared routine to read simple authorization files. Fixes some more partial state errors in experiment_control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd/access.py

    rf069052 r05191a6  
    157157
    158158
    159         if not config.has_option("access", "project_allocation_uri"):
     159        if not config.has_option("allocate", "uri"):
    160160            self.allocate_project = \
    161161                allocate_project_local(config, auth)
Note: See TracChangeset for help on using the changeset viewer.