| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | config.c | 1508 slap_bindconf *bc = bcp; in slap_sb_uri() 1526 { BER_BVC("version="), offsetof(slap_bindconf, sb_version), 'i', 0, versionkey }, 1527 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey }, 1528 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, 1529 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, 1530 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize }, 1531 { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL }, 1532 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL }, 1533 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL }, 1534 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL }, [all …]
|
| H A D | proto-slap.h | 748 LDAP_SLAPD_F (void) bindconf_tls_defaults LDAP_P(( slap_bindconf *bc )); 750 const char *word, slap_bindconf *bc )); 752 slap_bindconf *bc, struct berval *bv )); 754 const char *word, slap_bindconf *bc )); 756 slap_bindconf *bc, struct berval *bv )); 758 slap_bindconf *bc, LDAP *ld )); 759 LDAP_SLAPD_F (void) bindconf_free LDAP_P(( slap_bindconf *bc )); 761 LDAP_SLAPD_F (int) slap_client_connect LDAP_P(( LDAP **ldp, slap_bindconf *sb )); 1673 slap_bindconf *sb,
|
| H A D | root_dse.c | 493 slap_bindconf *sb, in slap_discover_feature()
|
| H A D | slap.h | 1639 typedef struct slap_bindconf { struct 1673 } slap_bindconf; argument
|
| H A D | syncrepl.c | 114 slap_bindconf si_bindconf;
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | config.c | 142 struct slap_bindconf bindconf = {}; 2775 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey }, 2776 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, 2777 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, 2778 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, NULL }, 2779 { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL }, 2780 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL }, 2781 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL }, 2782 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL }, 2783 { BER_BVC("authcID="), offsetof(slap_bindconf, sb_authcId), 'b', 1, NULL }, [all …]
|
| H A D | proto-lload.h | 78 LDAP_SLAPD_F (void) lload_bindconf_tls_defaults( slap_bindconf *bc ); 80 LDAP_SLAPD_F (int) lload_bindconf_parse( const char *word, slap_bindconf *bc ); 81 LDAP_SLAPD_F (int) lload_bindconf_unparse( slap_bindconf *bc, struct berval *bv ); 82 LDAP_SLAPD_F (int) lload_bindconf_tls_set( slap_bindconf *bc, LDAP *ld ); 83 LDAP_SLAPD_F (void) lload_bindconf_free( slap_bindconf *bc );
|
| H A D | lload.h | 117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | back-ldap.h | 218 slap_bindconf si_bc; 272 slap_bindconf li_tls; 274 slap_bindconf li_acl;
|
| H A D | init.c | 215 slap_bindconf sb = { BER_BVNULL }; in ldap_back_db_open()
|
| H A D | config.c | 1786 slap_bindconf sb = { BER_BVNULL }; in ldap_back_cf_gen() 1958 slap_bindconf sb = { BER_BVNULL }; in ldap_back_cf_gen()
|
| H A D | bind.c | 667 slap_bindconf *sb; in ldap_back_prepare_conn() 1408 slap_bindconf *sb; in ldap_back_dobind_int()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | init.c | 185 slap_bindconf sb = { BER_BVNULL }; in asyncmeta_target_finish()
|
| H A D | back-asyncmeta.h | 274 slap_bindconf mt_tls;
|
| H A D | conn.c | 229 slap_bindconf *sb = NULL; in asyncmeta_init_one_conn()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | init.c | 166 slap_bindconf sb = { BER_BVNULL }; in meta_target_finish()
|
| H A D | back-meta.h | 334 slap_bindconf mt_tls;
|
| H A D | conn.c | 435 slap_bindconf *sb = NULL; in meta_back_init_one_conn()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | remoteauth.c | 81 slap_bindconf ad_tls;
|