| /src/external/bsd/openldap/dist/servers/lloadd/ |
| proto-lload.h | 80 LDAP_SLAPD_F (void) lload_bindconf_tls_defaults( slap_bindconf *bc ); 82 LDAP_SLAPD_F (int) lload_bindconf_parse( const char *word, slap_bindconf *bc ); 83 LDAP_SLAPD_F (int) lload_bindconf_unparse( slap_bindconf *bc, struct berval *bv ); 84 LDAP_SLAPD_F (int) lload_bindconf_tls_set( slap_bindconf *bc, LDAP *ld ); 85 LDAP_SLAPD_F (void) lload_bindconf_free( slap_bindconf *bc );
|
| config.c | 136 struct slap_bindconf bindconf = {}; 2850 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey }, 2851 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, 2852 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, 2853 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, NULL }, 2854 { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL }, 2855 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL }, 2856 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL }, 2857 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL }, 2858 { BER_BVC("authcID="), offsetof(slap_bindconf, sb_authcId), 'b', 1, NULL } [all...] |
| lload.h | 117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 1257 slap_bindconf *bc = bcp; 1275 { BER_BVC("version="), offsetof(slap_bindconf, sb_version), 'i', 0, versionkey }, 1276 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey }, 1277 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, 1278 { BER_BVC("network-timeout="), offsetof(slap_bindconf, sb_timeout_net), 'i', 0, NULL }, 1279 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize }, 1280 { BER_BVC("credentials="), offsetof(slap_bindconf, sb_cred), 'b', 1, NULL }, 1281 { BER_BVC("saslmech="), offsetof(slap_bindconf, sb_saslmech), 'b', 0, NULL }, 1282 { BER_BVC("secprops="), offsetof(slap_bindconf, sb_secprops), 's', 0, NULL }, 1283 { BER_BVC("realm="), offsetof(slap_bindconf, sb_realm), 'b', 0, NULL } [all...] |
| proto-slap.h | 724 LDAP_SLAPD_F (void) bindconf_tls_defaults LDAP_P(( slap_bindconf *bc )); 726 const char *word, slap_bindconf *bc )); 728 slap_bindconf *bc, struct berval *bv )); 730 const char *word, slap_bindconf *bc )); 732 slap_bindconf *bc, struct berval *bv )); 734 slap_bindconf *bc, LDAP *ld )); 735 LDAP_SLAPD_F (void) bindconf_free LDAP_P(( slap_bindconf *bc )); 737 LDAP_SLAPD_F (int) slap_client_connect LDAP_P(( LDAP **ldp, slap_bindconf *sb )); 1672 slap_bindconf *sb,
|
| root_dse.c | 490 slap_bindconf *sb,
|
| slap.h | 1646 typedef struct slap_bindconf { struct 1680 } slap_bindconf; typedef in typeref:struct:slap_bindconf
|
| syncrepl.c | 127 slap_bindconf si_bindconf;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| back-ldap.h | 218 slap_bindconf si_bc; 272 slap_bindconf li_tls; 274 slap_bindconf li_acl;
|
| init.c | 215 slap_bindconf sb = { BER_BVNULL };
|
| config.c | 1786 slap_bindconf sb = { BER_BVNULL }; 1958 slap_bindconf sb = { BER_BVNULL };
|
| bind.c | 666 slap_bindconf *sb; 1399 slap_bindconf *sb;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| init.c | 185 slap_bindconf sb = { BER_BVNULL };
|
| back-asyncmeta.h | 274 slap_bindconf mt_tls;
|
| conn.c | 229 slap_bindconf *sb = NULL;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| init.c | 166 slap_bindconf sb = { BER_BVNULL };
|
| back-meta.h | 334 slap_bindconf mt_tls;
|
| conn.c | 435 slap_bindconf *sb = NULL;
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| remoteauth.c | 81 slap_bindconf ad_tls;
|