check authorization defaultly
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 30 Nov 2005 11:35:22 +0000 (11:35 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 30 Nov 2005 11:35:22 +0000 (11:35 +0000)
org.glite.jp.index/src/conf.c

index e6f359c..45b1803 100644 (file)
@@ -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");