summaryrefslogtreecommitdiff
blob: 3e0b02f7020d0b8aff7836d6a000a7b88237455d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -Nru pam_radius-1.3.17.orig/pam_radius_auth.c pam_radius-1.3.17/pam_radius_auth.c
--- pam_radius-1.3.17.orig/pam_radius_auth.c	2007-03-26 11:36:13.000000000 +0200
+++ pam_radius-1.3.17/pam_radius_auth.c	2008-06-28 08:43:24.000000000 +0200
@@ -1062,7 +1062,7 @@
 pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc,CONST char **argv)
 {
   CONST char *user;
-  CONST char **userinfo;
+  CONST char *userinfo;
   char *password = NULL;
   CONST char *rhost;
   char *resp2challenge = NULL;
diff -Nru pam_radius-1.3.17.orig/USAGE pam_radius-1.3.17/USAGE
--- pam_radius-1.3.17.orig/USAGE	2008-06-28 08:43:43.000000000 +0200
+++ pam_radius-1.3.17/USAGE	2008-06-28 08:42:57.000000000 +0200
@@ -3,9 +3,9 @@
 
   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
 
 ---------------------------------------------------------------------------