From ea390fbb7ca14d8a7c7d40aff7a60865bb3498a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Wed, 30 Nov 2005 11:35:22 +0000 Subject: [PATCH] check authorization defaultly --- org.glite.jp.index/src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.8.2.3