From 0089fa4ee9c6de7e7684a88e1227d56beaaf0f85 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 23 Feb 2013 17:20:01 -0800 Subject: doc: don't use the full path to the module in the usage examples. The path depends on the bitness of the software, so it can't be used this way. --- USAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE b/USAGE index d850ddd..3caa375 100644 --- a/USAGE +++ b/USAGE @@ -3,9 +3,9 @@ is not implemented, as the RADIUS protocol does not support it. The pam configuration can be: ... -auth sufficient /lib/security/pam_radius_auth.so [options] +auth sufficient pam_radius_auth.so [options] ... -account sufficient /lib/security/pam_radius_auth.so +account sufficient pam_radius_auth.so --------------------------------------------------------------------------- -- cgit v1.2.3