This was removed from the backend a long time ago, but initdb still
thought that it was OK to use in the -A option.
strcmp(authmethod, "pam") != 0 &&
strncmp(authmethod, "pam ", 4) != 0 && /* pam with space = param */
#endif
- strcmp(authmethod, "crypt") != 0 &&
strcmp(authmethod, "password") != 0
)
}
if ((strcmp(authmethod, "md5") == 0 ||
- strcmp(authmethod, "crypt") == 0 ||
strcmp(authmethod, "password") == 0) &&
!(pwprompt || pwfilename))
{