summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-23 17:20:01 -0800
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-23 17:20:01 -0800
commit0089fa4ee9c6de7e7684a88e1227d56beaaf0f85 (patch)
tree752303bafae2cfc380c9e4974fc0d9a09ab750d3 /USAGE
parent7ac103408578ed8ed2ab01e9633021473245913c (diff)
downloadlibpam-radius-auth-0089fa4ee9c6de7e7684a88e1227d56beaaf0f85.tar.gz
libpam-radius-auth-0089fa4ee9c6de7e7684a88e1227d56beaaf0f85.zip
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.
Diffstat (limited to 'USAGE')
-rw-r--r--USAGE4
1 files 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
---------------------------------------------------------------------------