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.
gentoo-overlay/sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch

28 lines
1.0 KiB

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
---------------------------------------------------------------------------