Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c1508 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 Dproto-slap.h748 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 Droot_dse.c493 slap_bindconf *sb, in slap_discover_feature()
H A Dslap.h1639 typedef struct slap_bindconf { struct
1673 } slap_bindconf; argument
H A Dsyncrepl.c114 slap_bindconf si_bindconf;
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c142 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 Dproto-lload.h78 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 Dlload.h117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dback-ldap.h218 slap_bindconf si_bc;
272 slap_bindconf li_tls;
274 slap_bindconf li_acl;
H A Dinit.c215 slap_bindconf sb = { BER_BVNULL }; in ldap_back_db_open()
H A Dconfig.c1786 slap_bindconf sb = { BER_BVNULL }; in ldap_back_cf_gen()
1958 slap_bindconf sb = { BER_BVNULL }; in ldap_back_cf_gen()
H A Dbind.c667 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 Dinit.c185 slap_bindconf sb = { BER_BVNULL }; in asyncmeta_target_finish()
H A Dback-asyncmeta.h274 slap_bindconf mt_tls;
H A Dconn.c229 slap_bindconf *sb = NULL; in asyncmeta_init_one_conn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dinit.c166 slap_bindconf sb = { BER_BVNULL }; in meta_target_finish()
H A Dback-meta.h334 slap_bindconf mt_tls;
H A Dconn.c435 slap_bindconf *sb = NULL; in meta_back_init_one_conn()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dremoteauth.c81 slap_bindconf ad_tls;