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

  /src/external/bsd/openldap/dist/servers/slapd/
root_dse.c 195 char ** supportedSASLMechanisms;
339 supportedSASLMechanisms = slap_sasl_mechs( conn );
341 if( supportedSASLMechanisms != NULL ) {
342 for ( i=0; supportedSASLMechanisms[i] != NULL; i++ ) {
343 val.bv_val = supportedSASLMechanisms[i];
346 ldap_charray_free( supportedSASLMechanisms );
350 ldap_charray_free( supportedSASLMechanisms );
  /src/external/bsd/openldap/dist/tests/scripts/lloadd/
test006-sasl 162 'objectClass=*' supportedSASLMechanisms > $SEARCHOUT 2>&1
170 grep "supportedSASLMechanisms: $MECH" $SEARCHOUT > $TESTOUT
  /src/external/bsd/openldap/dist/tests/scripts/
test077-sasl-gssapi 95 $LDAPSEARCH -x -H $URI1 -s "base" -b "" supportedSASLMechanisms > $TESTOUT 2>&1
107 echo "failed: GSSAPI mechanism not in supportedSASLMechanisms."
test076-authid-rewrite 79 'objectClass=*' supportedSASLMechanisms > $SEARCHOUT 2>&1
87 grep "supportedSASLMechanisms: $MECH" $SEARCHOUT > $TESTOUT

Completed in 15 milliseconds