]> saetta.ns0.it Git - solipa/territorio/commitdiff
Utilizzo di libzakconfi.
authorAndrea Zagli <azagli@libero.it>
Fri, 11 Nov 2016 11:52:41 +0000 (12:52 +0100)
committerAndrea Zagli <azagli@libero.it>
Fri, 11 Nov 2016 12:08:08 +0000 (13:08 +0100)
configure.ac
docs/territorio/examples/territorio.conf
libterritorio.pc.in
src/main.c

index 59477563ff7af33a5077bc0316faac2841b10418..c4db9770bdc6598fef97efc5491f8c3cf554b621 100644 (file)
@@ -37,6 +37,7 @@ PKG_CHECK_MODULES(TERRITORIO, [gio-2.0 >= 2.36
                           libgda-ui-5.0 >= 5.0.0
                           libgdaex >= 0.5.0
                           libgdaexgrid
+                          libzakconfi >= 0.10.0
                           libgtkform >= 0.5.0
                           libgtkformui >= 0.5.0
                           libzakauthe >= 0.2.0
index d9da643e7b328bb4b1c1a6deab99239dedc56110..86df1bbdbd67056a34b46a6f2d789260a657e006 100644 (file)
@@ -1,8 +1,10 @@
-[AUTE]
-plugin=/usr/local/lib/libaute/plugins/libaute-db
+[libzakauthe]
+plugin=zakauthedb
+
+[libzakauthe/libzakauthedb/db]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autedb
 
-[AUTOZ]
+[ZAKAUTHO]
 cnc_string=PostgreSQL://postgres:postgres@HOST=localhost;PORT=5432;DB_NAME=autoz
 
 [DB]
index 48ff6c1a3361eec5d93752d1143229c6f21c13cb..c8837cd7e95297102e9e02afd9f2aaa93d0927ce 100644 (file)
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: @PACKAGE_NAME@
 Description: Libreria con l'interfaccia per la gestione del territorio.
 Version: @PACKAGE_VERSION@
-Requires: libgdaex >= 0.5.0 libgtkform >= 0.5.0 libgtkformui >= 0.5.0 libzakauthe >= 0.2.0 libzakautho >= 0.0.5 libsolipa >= 0.5.0 libgda-ui-5.0 >= 5.0.0
+Requires: libgdaex >= 0.5.0 libgtkform >= 0.5.0 libgtkformui >= 0.5.0 libzakauthe >= 0.2.0 libzakautho >= 0.0.5 libsolipa >= 0.5.0 libgda-ui-5.0 >= 5.0.0 libzakconfi >= 0.10.0
 Libs: -L${libdir} -lterritorio
 Cflags: -I${includedir}
index d4fb33caf76ab981185e7da9efac8b15703c16d9..6c5bc42900802805f2962b162ac3ec0afd248d0b 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <gtk/gtk.h>
 
+#include <libzakconfi/libzakconfi.h>
 #include <libgdaex/libgdaex.h>
 #include <libzakauthe/libzakauthe.h>
 #include <libzakautho/autho.h>
@@ -43,8 +44,6 @@
 
 static TerritorioCommons *commons;
 
-static GKeyFile *config;
-
 static GtkWidget *w;
 static GtkWidget *vbx_body;
 static GtkWidget *vbx_body_child;
@@ -216,6 +215,8 @@ main (int argc, char *argv[])
 {
        GError *error;
 
+       ZakConfi *confi;
+
        GdaConnection *gdacon;
 
        ZakAuthe *zak_authe;
@@ -247,31 +248,20 @@ main (int argc, char *argv[])
                        g_error ("Occorre passare a riga di comando il file di configurazione.");
                }
 
-       error = NULL;
-       config = g_key_file_new ();
-       if (!g_key_file_load_from_file (config, argv[1], G_KEY_FILE_NONE, &error))
+       /* utilizzo di libzakconfi */
+       confi = zak_confi_new (argv[1]);
+       if (confi == NULL)
                {
-                       g_error ("Impossibile caricare il file di configurazione specificato: %s.", argv[1]);
-               }
-
-       /* leggo i parametri per l'zak_authe */
-       error = NULL;
-       zak_authe_params = g_key_file_get_keys (config, "AUTE", &n_zak_authe_params, &error);
-       if (zak_authe_params == NULL)
-               {
-                       g_error ("Impossibile leggere la configurazione per il sistema di zak_authe.");
+                       g_error ("Impossibile caricare la configurazione specificata: %s", argv[1]);
+                       return 0;
                }
 
+       /* leggo i parametri per l'autenticazione */
        sl_zak_authe_params = NULL;
-       for (i = 0; i < n_zak_authe_params; i++)
-               {
-                       error = NULL;
-                       sl_zak_authe_params = g_slist_append (sl_zak_authe_params, g_key_file_get_string (config, "AUTE", zak_authe_params[i], &error));
-               }
-
-       g_strfreev (zak_authe_params);
+       sl_zak_authe_params = g_slist_append (sl_zak_authe_params, "{libzakconfi}");
+       sl_zak_authe_params = g_slist_append (sl_zak_authe_params, confi);
 
-       /* zak_authenticazione */
+       /* autenticazione */
        zak_authe = zak_authe_new ();
        zak_authe_set_config (zak_authe, sl_zak_authe_params);
 
@@ -300,7 +290,7 @@ main (int argc, char *argv[])
 
        /* leggo i parametri per libzakautho */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "AUTOZ", "cnc_string", &error);
+       cnc_string = zak_confi_path_get_value (confi, "ZAKAUTHO/cnc_string");
        if (cnc_string == NULL)
                {
                        g_warning ("Impossibile leggere la stringa di connessione per libzakautho dal file di configurazione: %s.",
@@ -320,7 +310,7 @@ main (int argc, char *argv[])
        commons->autoz = zak_autho_new ();
        if (commons->autoz == NULL)
                {
-                       g_warning ("Impossibile creare l'oggetto per libzak_autho.");
+                       g_warning ("Impossibile creare l'oggetto per libzakautho.");
                        return 0;
                }
        if (!zak_autho_load_from_db_with_monitor (commons->autoz, gdacon, NULL, TRUE))
@@ -371,7 +361,7 @@ main (int argc, char *argv[])
 
        /* leggo la stringa di connessione al db */
        error = NULL;
-       cnc_string = g_key_file_get_value (config, "DB", "cnc_string", &error);
+       cnc_string = zak_confi_path_get_value (confi, "DB/cnc_string");
        if (cnc_string == NULL)
                {
                        g_error ("Impossibile leggere la stringa di connessione dal file di configurazione: %s.",