stamp-h1
tests/test
tools/aute-db-mkpwd
+compile
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="libaute-ldap"
+PKG_NAME="libzakautheldap"
(test -f $srcdir/configure.ac \
&& test -d $srcdir/src \
&& test -f $srcdir/src/aute_ldap.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
- echo " top-level libauteldap directory"
+ echo " top-level libzakautheldap directory"
exit 1
}
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libaute-ldap], [0.0.1], [azagli@libero.it])
+AC_INIT([libzakautheldap], [0.5.0], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/aute_ldap.c])
AC_CONFIG_HEADER([config.h])
AC_PROG_LIBTOOL
# Checks for libraries.
-PKG_CHECK_MODULES(LIBAUTELDAP, [gtk+-2.0 >= 2.16.0
- libaute >= 0.0.2])
+PKG_CHECK_MODULES(LIBZAKAUTHELDAP, [gtk+-3.0 >= 3.0.00
+ libzakauthe >= 0.5.0])
-AC_SUBST(LIBAUTELDAP_CFLAGS)
-AC_SUBST(LIBAUTELDAP_LIBS)
+AC_SUBST(LIBZAKAUTHELDAP_CFLAGS)
+AC_SUBST(LIBZAKAUTHELDAP_LIBS)
with_ldap=no
AC_CHECK_LIB([ldap], [ldap_initialize], with_ldap=yes)
AC_SUBST(LIBLDAP_LIBS, [" -lldap"])
fi
-PKG_CHECK_MODULES(LIBCONFI, [libconfi >= 0.0.2], [AC_DEFINE(HAVE_LIBCONFI, [1], [libconfi is present]), have_libconfi=yes], have_libconfi=no)
+PKG_CHECK_MODULES(LIBZAKCONFI, [libzakconfi >= 0.10.0], [AC_DEFINE(HAVE_LIBZAKCONFI, [1], [libzakconfi is present]), have_libzakconfi=yes], have_libzakconfi=no)
-AM_CONDITIONAL(HAVE_LIBCONFI, test x"$have_libconfi" = "xyes")
-AC_SUBST(LIBCONFI_CFLAGS)
-AC_SUBST(LIBCONFI_LIBS)
+AM_CONDITIONAL(HAVE_LIBZAKCONFI, test x"$have_libzakconfi" = "xyes")
+AC_SUBST(LIBZAKCONFI_CFLAGS)
+AC_SUBST(LIBZAKCONFI_LIBS)
# Checks for header files.
src/Makefile
tests/Makefile
data/Makefile
- data/libauteldap/Makefile
- data/libauteldap/gui/Makefile
+ data/libzakautheldap/Makefile
+ data/libzakautheldap/gui/Makefile
])
AC_OUTPUT
-SUBDIRS = libauteldap
+SUBDIRS = libzakautheldap
-EXTRA_DIST = auteldap_confi_schema.xml
+EXTRA_DIST = zakautheldap_confi_schema.xml
+++ /dev/null
-<?xml version="1.0" ?>
-<gconfi-key>
- <name>aute-ldap</name>
- <description>Plugin di libaute di autenticazione su ldap</description>
-
- <gconfi-key>
- <name>ldap</name>
- <description>Parametri per la connessione al server ldap</description>
-
- <gconfi-key>
- <name>host</name>
- <description>Host address</description>
- </gconfi-key>
- <gconfi-key>
- <name>base_dn</name>
- <description>Base DN</description>
- </gconfi-key>
- <gconfi-key>
- <name>user_field</name>
- <description>User name field</description>
- </gconfi-key>
- </gconfi-key>
-</gconfi-key>
+++ /dev/null
-SUBDIRS = gui
+++ /dev/null
-guidir = $(datadir)/libauteldap/gui
-
-gui_DATA = auteldap.gui
-
-EXTRA_DIST = $(gui_DATA)
+++ /dev/null
-<?xml version="1.0"?>
-<interface>
- <requires lib="gtk+" version="2.16"/>
- <!-- interface-naming-policy project-wide -->
- <object class="GtkDialog" id="diag_main">
- <property name="visible">True</property>
- <property name="title" translatable="yes">Autenticazione</property>
- <property name="modal">True</property>
- <property name="type_hint">dialog</property>
- <child internal-child="vbox">
- <object class="GtkVBox" id="dialog-vbox1">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkTable" id="table1">
- <property name="visible">True</property>
- <property name="border_width">5</property>
- <property name="n_rows">3</property>
- <property name="n_columns">2</property>
- <property name="column_spacing">5</property>
- <property name="row_spacing">5</property>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Utente</property>
- </object>
- <packing>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label2">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Password</property>
- </object>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="txt_utente">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="activates_default">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="txt_password">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="visibility">False</property>
- <property name="activates_default">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkExpander" id="exp_cambio">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child>
- <object class="GtkTable" id="table2">
- <property name="visible">True</property>
- <property name="border_width">5</property>
- <property name="n_rows">2</property>
- <property name="n_columns">2</property>
- <property name="column_spacing">5</property>
- <property name="row_spacing">5</property>
- <child>
- <object class="GtkLabel" id="label4">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Nuova</property>
- </object>
- <packing>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label5">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Conferma</property>
- </object>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="txt_password_nuova">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="visibility">False</property>
- <property name="activates_default">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="txt_password_conferma">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="visibility">False</property>
- <property name="activates_default">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="y_options"></property>
- </packing>
- </child>
- </object>
- </child>
- <child type="label">
- <object class="GtkLabel" id="label3">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Cambia password</property>
- <property name="use_underline">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="position">2</property>
- </packing>
- </child>
- <child internal-child="action_area">
- <object class="GtkHButtonBox" id="dialog-action_area1">
- <property name="visible">True</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="cancelbutton1">
- <property name="label">gtk-cancel</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="okbutton1">
- <property name="label">gtk-ok</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="has_default">True</property>
- <property name="receives_default">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="-6">cancelbutton1</action-widget>
- <action-widget response="-5">okbutton1</action-widget>
- </action-widgets>
- </object>
-</interface>
--- /dev/null
+SUBDIRS = gui
--- /dev/null
+guidir = $(datadir)/$(PACKAGE)/gui
+
+gui_DATA = zakautheldap.gui
+
+EXTRA_DIST = $(gui_DATA)
--- /dev/null
+<?xml version="1.0"?>
+<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy project-wide -->
+ <object class="GtkDialog" id="diag_main">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">Autenticazione</property>
+ <property name="modal">True</property>
+ <property name="type_hint">dialog</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkTable" id="table1">
+ <property name="visible">True</property>
+ <property name="border_width">5</property>
+ <property name="n_rows">3</property>
+ <property name="n_columns">2</property>
+ <property name="column_spacing">5</property>
+ <property name="row_spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Utente</property>
+ </object>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Password</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="txt_utente">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="activates_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="txt_password">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="visibility">False</property>
+ <property name="activates_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkExpander" id="exp_cambio">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <child>
+ <object class="GtkTable" id="table2">
+ <property name="visible">True</property>
+ <property name="border_width">5</property>
+ <property name="n_rows">2</property>
+ <property name="n_columns">2</property>
+ <property name="column_spacing">5</property>
+ <property name="row_spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Nuova</property>
+ </object>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label5">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Conferma</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="txt_password_nuova">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="visibility">False</property>
+ <property name="activates_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="txt_password_conferma">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="visibility">False</property>
+ <property name="activates_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">_Cambia password</property>
+ <property name="use_underline">True</property>
+ </object>
+ </child>
+ </object>
+ <packing>
+ <property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options">GTK_FILL</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="cancelbutton1">
+ <property name="label">gtk-cancel</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="okbutton1">
+ <property name="label">gtk-ok</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-6">cancelbutton1</action-widget>
+ <action-widget response="-5">okbutton1</action-widget>
+ </action-widgets>
+ </object>
+</interface>
--- /dev/null
+<?xml version="1.0" ?>
+<gconfi-key>
+ <name>aute-ldap</name>
+ <description>Plugin di libaute di autenticazione su ldap</description>
+
+ <gconfi-key>
+ <name>ldap</name>
+ <description>Parametri per la connessione al server ldap</description>
+
+ <gconfi-key>
+ <name>host</name>
+ <description>Host address</description>
+ </gconfi-key>
+ <gconfi-key>
+ <name>base_dn</name>
+ <description>Base DN</description>
+ </gconfi-key>
+ <gconfi-key>
+ <name>user_field</name>
+ <description>User name field</description>
+ </gconfi-key>
+ </gconfi-key>
+</gconfi-key>
-guidir = $(datadir)/libauteldap/gui
+guidir = $(datadir)/$(PACKAGE)/gui
-AM_CPPFLAGS = $(LIBAUTELDAP_CFLAGS) \
+AM_CPPFLAGS = $(LIBZAKAUTHELDAP_CFLAGS) \
$(LIBLDAP_CFLAGS) \
- $(LIBCONFI_CFLAGS) \
+ $(LIBZAKCONFI_CFLAGS) \
-DGUIDIR=\""$(guidir)"\"
-LIBS = $(LIBAUTELDAP_LIBS) \
+LIBS = $(LIBZAKAUTHELDAP_LIBS) \
$(LIBLDAP_LIBS) \
- $(LIBCONFI_LIBS)
+ $(LIBZAKCONFI_LIBS)
-libaute_pluginsdir = $(libdir)/libaute/plugins
-libaute_plugins_LTLIBRARIES = libaute-ldap.la
+libzakauthe_pluginsdir = $(libdir)/libzakauthe/plugins
+libzakauthe_plugins_LTLIBRARIES = libzakautheldap.la
-libaute_ldap_la_SOURCES = aute_ldap.c
+libzakautheldap_la_SOURCES = aute_ldap.c
-libaute_ldap_la_LDFLAGS = -no-undefined
+libzakautheldap_la_LDFLAGS = -no-undefined
/*
- * Copyright (C) 2005-2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2005-2016 Andrea Zagli <azagli@libero.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-
+
#include <gtk/gtk.h>
#include <ldap.h>
-#ifdef HAVE_LIBCONFI
- #include <libconfi.h>
+#ifdef HAVE_LIBZAKCONFI
+ #include <libzakconfi/libzakconfi.h>
#endif
static GtkWidget *txt_utente;
AM_CPPFLAGS = $(WARN_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \
- $(LIBAUTELDAP_CFLAGS) \
+ $(LIBZAKAUTHELDAP_CFLAGS) \
$(LIBLDAP_CFLAGS) \
-I../src
-LIBS = $(GTK_LIBS) \
- $(LIBAUTELDAP_LIBS) \
+LIBS = $(LIBZAKAUTHELDAP_LIBS) \
$(LIBLDAP_LIBS)
-LDADD = ../src/libaute-ldap.la
+LDADD = ../src/libzakautheldap.la
noinst_PROGRAMS = test
/*
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#include <gtk/gtk.h>
-#include <libaute.h>
+#include <libzakauthe.h>
int
main (int argc, char **argv)
{
- Aute *aute;
+ ZakAuthe *aute;
GSList *params;
gtk_init (&argc, &argv);
- aute = aute_new ();
+ aute = zak_authe_new ();
+ params = NULL;
params = g_slist_append (params, argv[1]);
params = g_slist_append (params, argv[2]);
params = g_slist_append (params, argv[3]);
params = g_slist_append (params, argv[4]);
- aute_set_config (aute, params);
+ zak_authe_set_config (aute, params);
- g_fprintf (stderr, "Utente %s\n", aute_autentica (aute));
+ g_warning ("User %s\n", zak_authe_authe (aute));
return 0;
}