Searched refs:AUTH_PLAIN (Results 1 – 1 of 1) sorted by relevance
96 #define AUTH_PLAIN (1 << 0) /* allow sending passwords */ macro182 ret |= AUTH_PLAIN|AUTH_OTP; in parse_auth_level()188 ret |= AUTH_PLAIN; in parse_auth_level()190 ret |= AUTH_PLAIN|AUTH_FTP; in parse_auth_level()536 if((auth_level & AUTH_PLAIN) == 0 && !sec_complete){ in user()