Browse Source

Documentation update

master
aluzzardi 13 years ago
parent
commit
016671b3c8
4 changed files with 13 additions and 15 deletions
  1. +2
    -0
      doc/CONFIGURATION
  2. +1
    -0
      doc/FAQ
  3. +9
    -14
      doc/QUICKSTART
  4. +1
    -1
      doc/UPGRADING

+ 2
- 0
doc/CONFIGURATION View File

@ -63,6 +63,8 @@ output) |
| |
| one_time_pad | Boolean | true | Enable the use of one | one_time_pad | Boolean | true | Enable the use of one
time pads | time pads |
| deny_remote | Boolean | true | Deny access from
remote host (ssh) |
| probe_timeout | Time | 10s | Time to wait for the | probe_timeout | Time | 10s | Time to wait for the
volume to be detected| volume to be detected|
| pad_expiration| Time | 1h | Time between pads | pad_expiration| Time | 1h | Time between pads


+ 1
- 0
doc/FAQ View File

@ -25,3 +25,4 @@ checking failed. What should I do ?
>> A: It's a machine/device synchronization issue. To get rid of that error you >> A: It's a machine/device synchronization issue. To get rid of that error you
have to reset the pads of your system by removing the .pamusb folder located on have to reset the pads of your system by removing the .pamusb folder located on
your home (/root/.pamusb/, /home/foobar/.pamusb/, etc). your home (/root/.pamusb/, /home/foobar/.pamusb/, etc).

+ 9
- 14
doc/QUICKSTART View File

@ -1,23 +1,17 @@
====== Quickstart ====== ====== Quickstart ======
Before going ahead, make sure to follow the upgrading instructions if you're Before going ahead, make sure to follow the upgrading instructions if you're
using an older version of pam_usb.
using a version of pam_usb prior to 0.4.0.
===== Installing ==== ===== Installing ====
==== Gentoo Linux ==== ==== Gentoo Linux ====
pam_usb 0.4.1 is currently keyword masked (~arch) on Gentoo, so you'll have to
unmask it before installing:
# emerge -av pam_usb
# echo "sys-auth/pam_usb" >> /etc/portage/package.keywords
# emerge -av ">=sys-auth/pam_usb-0.4.1"
==== Debian GNU/Linux ====
pam_usb is available on Debian testing (lenny) and unstable (sid).
==== Ubuntu and Debian ====
# apt-get install libpam-usb pamusb-tools # apt-get install libpam-usb pamusb-tools
@ -31,19 +25,20 @@ $ cd pam_usb-<version>
* Step 3: Make sure that you have installed the required dependencies * Step 3: Make sure that you have installed the required dependencies
pam_usb depends on libxml2, PAM, HAL and pmount. pam_usb's tools (pamusb-agent,
pamusb-conf) depends on python, python-celementtree and python-gobject.
pam_usb depends on libxml2, PAM, udisks and pmount. pam_usb's tools
(pamusb-agent, pamusb-conf) depends on python, python-celementtree and
python-gobject.
* Step 3: Compile and install * Step 3: Compile and install
$ make $ make
# make install # make install
==== Installing from Subversion ====
==== Installing from git ====
If you want to use the development version, you can fetch the sources from If you want to use the development version, you can fetch the sources from
subversion
$ svn co https:pamusb.svn.sourceforge.net/svnroot/pamusb/trunk/pam_usb
GitHub
$ git clone git:github.com/aluzzardi/pam_usb.git
===== Setting up ===== ===== Setting up =====


+ 1
- 1
doc/UPGRADING View File

@ -3,7 +3,7 @@
If you're already using a pam_usb version prior to 0.4.0, you will have to If you're already using a pam_usb version prior to 0.4.0, you will have to
remove the older version before installing. remove the older version before installing.
You do not have to do this if you're already using >=0.4.0 or Subversion.
You do not have to do this if you're already using >=0.4.0.
===== Remove pam_usb.so from pam.d ===== ===== Remove pam_usb.so from pam.d =====


Loading…
Cancel
Save