X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/7abc219bbb4147c567fd4be2e361622eaafae452..263db399dd1fd6e1b69359ba82d0adebfb53f915:/debian/patches/0001-82_vtysh__vtysh_user.c__pam.patch diff --git a/debian/patches/0001-82_vtysh__vtysh_user.c__pam.patch b/debian/patches/0001-82_vtysh__vtysh_user.c__pam.patch deleted file mode 100644 index 057cb0d..0000000 --- a/debian/patches/0001-82_vtysh__vtysh_user.c__pam.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Debian QA Group -Date: Sat, 12 Nov 2016 01:16:08 +1100 -Subject: 82_vtysh__vtysh_user.c__pam - ---- - vtysh/vtysh_user.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c -index 584b61f..ad0c79d 100644 ---- a/vtysh/vtysh_user.c -+++ b/vtysh/vtysh_user.c -@@ -59,6 +59,8 @@ vtysh_pam (const char *user) - /* Is user really user? */ - if (ret == PAM_SUCCESS) - ret = pam_authenticate (pamh, 0); -+ if (ret != PAM_SUCCESS) -+ printf("Not authenticated. Check /etc/pam.d/quagga.\n"); - /* printf ("ret %d\n", ret); */ - - #if 0