search for: custom_login_failur

Displaying 1 result from an estimated 1 matches for "custom_login_failur".

Did you mean: custom_login_failure
2003 Apr 27
3
[PATCH re-send]: Clean up logging of failed logins
...+#endif /* _UNICOS */ >+} I like the patch idea, but I'd like to skip the whole 'chained function calls'. Plus it avoids closely packed #ifdef/#endifs. Just rename cray_login_failure() and loginfailed() to record_failed_login(), and change the #ifdef WITH_AIXAUTHENTICATE to #ifdef CUSTOM_LOGIN_FAILURE. That way we can just #define CUSTOM_LOGIN_FAILURE in the aix/cray headers to activate it and we can keep things cleaner. - Ben