git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b133c5
)
disable authz check in proxy mode
author
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 9 Apr 2010 11:33:17 +0000
(11:33 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 9 Apr 2010 11:33:17 +0000
(11:33 +0000)
org.glite.lb.server/src/db_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/db_store.c
b/org.glite.lb.server/src/db_store.c
index
bfa4c3c
..
cbbff6a
100644
(file)
--- a/
org.glite.lb.server/src/db_store.c
+++ b/
org.glite.lb.server/src/db_store.c
@@
-65,7
+65,7
@@
db_store(edg_wll_Context ctx, char *event)
local_job = is_job_local(ctx, ev->any.jobId);
- if (check_store_authz(ctx, ev) != 0)
+ if (
!ctx->isProxy &&
check_store_authz(ctx, ev) != 0)
goto err;
#ifdef LB_PERF