Browse Source

default configuration file update

master
Andrea Luzzardi 16 years ago
parent
commit
48d14c4396
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      pam_usb/doc/pamusb.conf

+ 14
- 0
pam_usb/doc/pamusb.conf View File

@ -29,13 +29,27 @@ See http://www.pamusb.org/doc/configuring
<!-- User settings -->
<users>
<!-- Note: Use pamusb-conf to add a user, then you can tweak
manually the configuration here if needed.
-->
<!-- Example:
Authenticate user scox using "MyDevice", and configure pamusb-agent
to automatically start/stop gnome-screensaver on key insertion and
removal:
<user id="scox">
<device>MyDevice</device>
<option name="quiet">true</option>
<agent event="lock">gnome-screensaver-command -lock</agent>
<agent event="unlock">gnome-screensaver-command -deactivate</agent>
</user>
Configure user root to authenticate using MyDevice, but update one
time pads at every login (default is 1 hour):
<user id="root">
<device>MyDevice</device>
<option name="pad_expiration">0</option>
</user>
-->
</users>


Loading…
Cancel
Save