Home
last modified time | relevance | path

Searched refs:AUTH_PLAIN (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c96 #define AUTH_PLAIN (1 << 0) /* allow sending passwords */ macro
182 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()