Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsasl/include/
H A Dsasl.h1170 #define SASL_SET_DISABLE 0x02 /* disable user account */ macro
/titanic_50/usr/src/lib/libsasl/lib/
H A Dserver.c175 if ((!(flags & SASL_SET_DISABLE) && passlen == 0) in sasl_setpass()
176 || ((flags & SASL_SET_CREATE) && (flags & SASL_SET_DISABLE))) in sasl_setpass()