Lines Matching defs:binddn
155 * but always check/fix the binddn/bindpw when we take them out
242 if (ldc->binddn) {
243 free((void*)ldc->binddn);
331 rc = apr_ldap_rebind_add(ldc->rebind_pool, ldc->ldap, ldc->binddn, ldc->bindpw);
502 static int uldap_simple_bind(util_ldap_connection_t *ldc, char *binddn,
507 int msgid = ldap_simple_bind(ldc->ldap, binddn, bindpw);
592 rc = uldap_simple_bind(ldc, (char *)ldc->binddn, (char *)ldc->bindpw,
696 const char *binddn, const char *bindpw,
726 && ((!l->binddn && !binddn) || (l->binddn && binddn
727 && !strcmp(l->binddn, binddn)))
759 * binddn and bindpw this time.
787 util_ldap_strdup((char**)&(l->binddn), binddn);
839 util_ldap_strdup((char**)&(l->binddn), binddn);
1635 const char *bindpw, const char **binddn,
1690 *binddn = apr_pstrdup(r->pool, search_nodep->dn);
1777 *binddn = apr_pstrdup(r->pool, dn);
1798 result = uldap_simple_bind(ldc, (char *)*binddn, (char *)bindpw,
1865 the_search_node.dn = *binddn;
1878 (strcmp(*binddn, search_nodep->dn) != 0)) {
1912 const char **binddn, const char ***retvals)
1960 *binddn = apr_pstrdup(r->pool, search_nodep->dn);
2038 *binddn = apr_pstrdup(r->pool, dn);
2074 the_search_node.dn = *binddn;
2087 (strcmp(*binddn, search_nodep->dn) != 0)) {