common.h revision f059a046515f4b2b15a6c2a10a6f12f6166e39a5
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Bosch/* Used only for string sanitization */
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Bosch#define AUTH_FAILED_MSG "Authentication failed."
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Bosch#define AUTH_TEMP_FAILED_MSG "Temporary authentication failure."
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Bosch "Plaintext authentication disallowed on non-secure (SSL/TLS) connections."
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Boschextern const char *login_protocol, *login_process_name;
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Boschextern unsigned int login_default_port;
8fe8f97e688779add9cd042a9db4ddb7b117cce2Stephan Boschextern const struct login_settings *global_login_settings;