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

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
back-ldap.h 226 #define li_idassert_secprops li_idassert.si_bc.sb_secprops
282 #define li_acl_secprops li_acl.sb_secprops
bind.c 1408 if ( sb->sb_secprops != NULL ) {
1410 LDAP_OPT_X_SASL_SECPROPS, sb->sb_secprops );
1415 sb->sb_secprops );
  /src/external/bsd/openldap/dist/servers/slapd/
config.c 1282 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL },
1631 if ( bc->sb_secprops ) {
1632 ch_free( bc->sb_secprops );
1633 bc->sb_secprops = NULL;
1948 if ( sb->sb_secprops != NULL ) {
1950 LDAP_OPT_X_SASL_SECPROPS, sb->sb_secprops);
1957 sb->sb_uri.bv_val, sb->sb_secprops );
slap.h 1656 char *sb_secprops; member in struct:slap_bindconf
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
back-asyncmeta.h 285 #define mt_idassert_secprops mt_idassert.si_bc.sb_secprops
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
back-meta.h 345 #define mt_idassert_secprops mt_idassert.si_bc.sb_secprops
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 2856 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL },
3327 if ( bc->sb_secprops ) {
3328 ch_free( bc->sb_secprops );
3329 bc->sb_secprops = NULL;

Completed in 23 milliseconds