ports/security/cyrus-sasl2/patches/patch-saslauthd_auth_getpwent_c

13 lines
278 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: saslauthd/auth_getpwent.c
--- saslauthd/auth_getpwent.c.orig
+++ saslauthd/auth_getpwent.c
@@ -79,7 +79,7 @@ auth_getpwent (
/* END VARIABLES */
errno = 0;
- pw = getpwnam(login);
+ pw = getpwnam_shadow(login);
errnum = errno;
endpwent();