From: Miloš Mulač Date: Wed, 30 Nov 2005 11:35:22 +0000 (+0000) Subject: check authorization defaultly X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ea390fbb7ca14d8a7c7d40aff7a60865bb3498a6;p=jra1mw.git check authorization defaultly --- diff --git a/org.glite.jp.index/src/conf.c b/org.glite.jp.index/src/conf.c index e6f359c..45b1803 100644 --- 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");