-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (20 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
A D-Bus version of erawrim, a driver for Mir:ror from Violet.
All Mir:ror events are translated as D-Bus signals. Many clients can connect and react.
The D-Bus API also allow to request the current status of the Mir:ror (UP/DOWN) and the tags currently visible by the Mir:ror.
Usage
=====
See reflectd(1) man page for detailled information about the daemon.
In tools/ directory, you will find some useful examples of clients to play with the daemon.
erawrim
-------
The directory erawrim/ contains the port of an already existing tool
for Mir:ror. These tools allow a simple management of Ztamps:
- use erawrim-ctl to add or remove Ztamps
- launch erawrim as a user's daemon (at session start ?)
See erawrim(1) and erawrim-ctl(1) for more informations.
The directory erawrim/examples contains some example of script to use.
pam_reflect
-----------
It is possible to use the Mir:ror and Ztamps as authentication tokens.
Learn how to configure system with pam_reflect(8) PAM module.
Set token with pam_reflect_enroll(1) command.