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:
91b8e16
)
check authorization defaultly
author
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 30 Nov 2005 11:35:22 +0000
(11:35 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 30 Nov 2005 11:35:22 +0000
(11:35 +0000)
org.glite.jp.index/src/conf.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.index/src/conf.c
b/org.glite.jp.index/src/conf.c
index
e6f359c
..
45b1803
100644
(file)
--- a/
org.glite.jp.index/src/conf.c
+++ b/
org.glite.jp.index/src/conf.c
@@
-30,7
+30,7
@@
int glite_jp_get_conf(int argc, char **argv, char *config_file, glite_jp_is_conf
conf->port = getenv("GLITE_JPIS_PORT");
debug = getenv("GLITE_JPIS_DEBUG");
conf->debug = (debug != NULL) && (strcmp(debug, "0") != 0);
- conf->no_auth =
1
; // check authorization
+ conf->no_auth =
0
; // check authorization
conf->pidfile = getenv("GLITE_JPIS_PIDFILE");
conf->logfile = getenv("GLITE_JPIS_LOGFILE");