mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Initial storage implementation
[dsd: changed from /etc/fprint to /var/lib/fprint] Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
committed by
Daniel Drake
parent
2a1aa4e0c0
commit
1f54a0c363
@ -50,6 +50,21 @@
|
||||
<arg type="i" name="result" />
|
||||
</signal>
|
||||
|
||||
<method name="SetStorageType">
|
||||
<arg type="u" name="storage_id" direction="in" />
|
||||
</method>
|
||||
|
||||
<method name="ListEnrolledFingersFromStorage">
|
||||
<arg type="s" name="username" direction="in" />
|
||||
<arg type="au" name="enrolled_fingers" direction="out" />
|
||||
</method>
|
||||
|
||||
<method name="LoadPrintDataFromStorage">
|
||||
<arg type="u" name="finger_num" direction="in" />
|
||||
<arg type="u" name="print_id" direction="out" />
|
||||
<arg type="s" name="username" direction="in" />
|
||||
</method>
|
||||
|
||||
</interface>
|
||||
</node>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user