[fprint] basic access authentication (not PAM!!!)
Petr Jakeš
petr.jakes at tpc.cz
Mon Feb 7 22:02:38 GMT 2011
>
> > Downloaded the dsd-fprintd-4ea1c48.tar.gz from
> > https://github.com/dsd/fprintd
> >
> > Unfortunatelly, no configure file in the source.
> >
> > Am I missing something?
>
> http://www.mail-archive.com/fprint@reactivated.net/msg01547.html
>
> And read the archives for links to git.
>
> Cheers
>
The links points to the fprint, not to the fprind..... ????
I have found the last source in
http://cgit.freedesktop.org/libfprint/fprintd/
Sucessfuly compiled using autogen.sh (it was necessary to install
gtk-doc-tools and libpolkit-gobject-1-dev first)
Unfortunatelly the Python script throws the same error:
=============== script snippet =====================
import dbus
bus = dbus.SystemBus()
scanner =
bus.get_object("net.reactivated.Fprint","/net/reactivated/Fprint/Device","net.reactivated.Fprint.Device")
print scanner.ListEnrolledFingers("petr")
===============================================
Exception:
================================================
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod:
Method "ListEnrolledFingers" with signature "s" on interface "(null)"
doesn't exist
finally, I have tried to ./configure --localstatedir=/var --prefix=/usr
--libdir=/usr/lib --sysconfdir=/etc
but the same result
Cheers
Petr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.reactivated.net/pipermail/fprint/attachments/20110207/db265fef/attachment.html
More information about the fprint
mailing list