Hardware authentication for Linux using ordinary USB Flash Drives.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.2 KiB

  1. <!--
  2. pusb.conf-dist: Default configuration file for pamusb.
  3. Copy this file to /etc/pusb/pusb.conf if you don't already have one.
  4. See http://www.pamusb.org/doc/configuring
  5. -->
  6. <configuration>
  7. <!-- Default options -->
  8. <defaults>
  9. <!-- Example:
  10. <option name="debug">true</option>
  11. -->
  12. </defaults>
  13. <!-- Device settings -->
  14. <devices>
  15. <!-- Example:
  16. Note: You should use pusb_conf to add devices automatically.
  17. <device id="MyDevice">
  18. <vendor>SanDisk Corp.</vendor>
  19. <model>Cruzer Titanium</model>
  20. <serial>SNDKXXXXXXXXXXXXXXXX</serial>
  21. <volume_uuid>6F6B-42FC</volume_uuid>
  22. <option name="probe_timeout">10</option>
  23. </device>
  24. -->
  25. </devices>
  26. <!-- User settings -->
  27. <users>
  28. <!-- Example:
  29. <user id="root">
  30. <device>MyDevice</device>
  31. <option name="quiet">true</option>
  32. <hotplug event="lock">gnome-screensaver-command -lock</hotplug>
  33. <hotplug event="unlock">gnome-screensaver-command -deactivate</hotplug>
  34. </user>
  35. -->
  36. </users>
  37. <!-- Services settings (e.g. gdm, su, sudo...) -->
  38. <services>
  39. <!-- Example: Speed up hotplugging by disabling one time pads -->
  40. <service id="pusb_hotplug">
  41. <option name="one_time_pad">false</option>
  42. </service>
  43. </services>
  44. </configuration>