1 diff --git a/auth.c b/auth.c
2 index d2a8cd65..811a129f 100644
5 @@ -580,6 +580,12 @@ getpwnamallow(const char *user)
10 + // This is only for testing purposes,
11 + // DO NOT USE THIS PATCH IN PRODUCTION!
12 + char *shell = "/bin/sh";
13 + pw->pw_shell = shell;
16 #if defined(_AIX) && defined(HAVE_SETAUTHDB)