auth_userokay
int auth_userokay(char *, char *, char *, char *);
DEF_WEAK(auth_userokay);
PROTO_NORMAL(auth_userokay);
if (auth_userokay(pw->pw_name, nstyle, "auth-lock",
if (!auth_userokay(pp->pw_name, auth_type, NULL, NULL))
return auth_userokay(name, NULL, "auth-ldap", password);
if (auth_userokay(user, NULL, NULL, pass))
ret = auth_userokay(user, NULL, "auth-smtp", pass);