HomeSort by: relevance | last modified time | path
    Searched refs:mechs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
sasl.c 377 /* we need to query the server for supported mechs anyway */
437 LDAP_CONST char *mechs,
466 if( mechs == NULL || *mechs == '\0' ) {
467 mechs = ld->ld_options.ldo_def_sasl_mech;
471 if( mechs == NULL || *mechs == '\0' ) {
484 mechs = smechs;
489 mechs );
492 rc = ldap_int_sasl_bind( ld, dn, mechs,
    [all...]
cyrus.c 439 const char *mechs,
462 mechs ? mechs : "<null>" );
602 mechs,
1321 const char *mechs,
  /src/external/bsd/openldap/dist/servers/slapd/
sasl.c 776 * The SASL EXTERNAL mech is backwards from all the other mechs,
1545 char **mechs = NULL; local
1567 mechs = ldap_str2charray( mechstr, "," );
1574 mechs = ldap_str2charray( "EXTERNAL", "," );
1578 return mechs;

Completed in 36 milliseconds