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.

49 lines
1.1 KiB

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