We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dcb31 commit ea038d6Copy full SHA for ea038d6
src/bin/initdb/initdb.c
@@ -2675,7 +2675,6 @@ main(int argc, char *argv[])
2675
strcmp(authmethod, "pam") != 0 &&
2676
strncmp(authmethod, "pam ", 4) != 0 && /* pam with space = param */
2677
#endif
2678
- strcmp(authmethod, "crypt") != 0 &&
2679
strcmp(authmethod, "password") != 0
2680
)
2681
@@ -2690,7 +2689,6 @@ main(int argc, char *argv[])
2690
2689
}
2691
2692
if ((strcmp(authmethod, "md5") == 0 ||
2693
- strcmp(authmethod, "crypt") == 0 ||
2694
strcmp(authmethod, "password") == 0) &&
2695
!(pwprompt || pwfilename))
2696
{
0 commit comments