Searched refs:authType (Results 1 – 1 of 1) sorted by relevance
376 char *authType; in pblock_get_authtype() local380 authType = SLAPD_AUTH_SASL; in pblock_get_authtype()383 authType = SLAPD_AUTH_SIMPLE; in pblock_get_authtype()386 authType = SLAPD_AUTH_NONE; in pblock_get_authtype()389 authType = NULL; in pblock_get_authtype()393 if ( is_tls && authType == NULL ) { in pblock_get_authtype()394 authType = SLAPD_AUTH_SSL; in pblock_get_authtype()397 return authType; in pblock_get_authtype()