common.h revision 7ceee001c11865a88a311c50c4430867b2d32ce6
e28fa207d1a097fa6e4a867f74ee0761472ef1ceTimo Sirainen/* Used only for string sanitization */
37847ec8eaec9ad55c9df10ae109efe7b37ac573Timo Sirainen#define AUTH_FAILED_MSG "Authentication failed."
37847ec8eaec9ad55c9df10ae109efe7b37ac573Timo Sirainen#define AUTH_TEMP_FAILED_MSG "Temporary authentication failure."
37847ec8eaec9ad55c9df10ae109efe7b37ac573Timo Sirainen "Plaintext authentication disallowed on non-secure (SSL/TLS) connections."
b039dabf4c53f72454e795930e7643b6e0e625f9Timo Sirainenextern const char *login_protocol, *login_process_name;
94d8e51119003d2bc5a100c663f90141f297385dTimo Sirainenextern unsigned int login_default_port;
a27e065f1a1f91c7fbdf7c2ea1c387441af0cbb3Timo Sirainenextern const struct login_settings *global_login_settings;