Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c376 char *authType; in pblock_get_authtype() local
380 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()