]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient/patches/radiusd-1.16.shadow.diff
Simplified and cleaned up the radiusclient implementation, and
[ppp.git] / pppd / plugins / radius / radiusclient / patches / radiusd-1.16.shadow.diff
diff --git a/pppd/plugins/radius/radiusclient/patches/radiusd-1.16.shadow.diff b/pppd/plugins/radius/radiusclient/patches/radiusd-1.16.shadow.diff
deleted file mode 100644 (file)
index ff2c162..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- radiusd.c~ Fri Jan  6 22:58:16 1995
-+++ radiusd.c  Thu Apr  4 22:43:31 1996
-@@ -1426,7 +1426,8 @@
-       encrypted_pass = pwd->pw_passwd;
- #if !defined(NOSHADOW)
--      if(strcmp(pwd->pw_passwd, "x") == 0) {
-+      if ((strcmp(pwd->pw_passwd, "x") == 0) ||
-+          (strcmp(pwd->pw_passwd, "*") == 0)) {
-               if((spwd = getspnam(name)) == NULL) {
-                       return(-1);
-               }