Symbol: HDB2LDAP
crypto/heimdal/lib/hdb/hdb-ldap.c
1017
keys = ldap_get_values_len(HDB2LDAP(db), msg, "krb5Key");
crypto/heimdal/lib/hdb/hdb-ldap.c
1049
vals = ldap_get_values_len(HDB2LDAP(db), msg, "krb5EncryptionType");
crypto/heimdal/lib/hdb/hdb-ldap.c
1415
if (HDB2LDAP(db)) {
crypto/heimdal/lib/hdb/hdb-ldap.c
1416
ldap_unbind_ext(HDB2LDAP(db), NULL, NULL);
crypto/heimdal/lib/hdb/hdb-ldap.c
1447
rc = ldap_result(HDB2LDAP(db), msgid, LDAP_MSG_ONE, NULL, &e);
crypto/heimdal/lib/hdb/hdb-ldap.c
1461
ldap_parse_result(HDB2LDAP(db), e, NULL, NULL, NULL,
crypto/heimdal/lib/hdb/hdb-ldap.c
1468
ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
crypto/heimdal/lib/hdb/hdb-ldap.c
1481
ldap_abandon_ext(HDB2LDAP(db), msgid, NULL, NULL);
crypto/heimdal/lib/hdb/hdb-ldap.c
1510
ret = LDAP_no_size_limit(context, HDB2LDAP(db));
crypto/heimdal/lib/hdb/hdb-ldap.c
1514
ret = ldap_search_ext(HDB2LDAP(db), HDB2BASE(db),
crypto/heimdal/lib/hdb/hdb-ldap.c
1546
if (HDB2LDAP(db)) {
crypto/heimdal/lib/hdb/hdb-ldap.c
1552
if (ldap_get_option(HDB2LDAP(db), LDAP_OPT_DESC, &sd) == 0 &&
crypto/heimdal/lib/hdb/hdb-ldap.c
1559
if (HDB2LDAP(db) != NULL) /* server is UP */
crypto/heimdal/lib/hdb/hdb-ldap.c
1569
rc = ldap_set_option(HDB2LDAP(db), LDAP_OPT_PROTOCOL_VERSION,
crypto/heimdal/lib/hdb/hdb-ldap.c
1578
rc = ldap_sasl_bind_s(HDB2LDAP(db), NULL, "EXTERNAL", &bv,
crypto/heimdal/lib/hdb/hdb-ldap.c
1620
e = ldap_first_entry(HDB2LDAP(db), msg);
crypto/heimdal/lib/hdb/hdb-ldap.c
1662
e = ldap_first_entry(HDB2LDAP(db), msg);
crypto/heimdal/lib/hdb/hdb-ldap.c
1688
dn = ldap_get_dn(HDB2LDAP(db), e);
crypto/heimdal/lib/hdb/hdb-ldap.c
1698
rc = ldap_add_ext_s(HDB2LDAP(db), dn, mods, NULL, NULL );
crypto/heimdal/lib/hdb/hdb-ldap.c
1702
rc = ldap_modify_ext_s(HDB2LDAP(db), dn, mods, NULL, NULL );
crypto/heimdal/lib/hdb/hdb-ldap.c
1708
ldap_get_option(HDB2LDAP(db), LDAP_OPT_ERROR_STRING,
crypto/heimdal/lib/hdb/hdb-ldap.c
1742
e = ldap_first_entry(HDB2LDAP(db), msg);
crypto/heimdal/lib/hdb/hdb-ldap.c
1748
dn = ldap_get_dn(HDB2LDAP(db), e);
crypto/heimdal/lib/hdb/hdb-ldap.c
1754
rc = ldap_set_option(HDB2LDAP(db), LDAP_OPT_SIZELIMIT, (const void *)&limit);
crypto/heimdal/lib/hdb/hdb-ldap.c
1762
rc = ldap_delete_ext_s(HDB2LDAP(db), dn, NULL, NULL );
crypto/heimdal/lib/hdb/hdb-ldap.c
315
vals = ldap_get_values_len(HDB2LDAP(db), entry, attribute);
crypto/heimdal/lib/hdb/hdb-ldap.c
414
vals = ldap_get_values_len(HDB2LDAP(db), msg, "objectClass");
crypto/heimdal/lib/hdb/hdb-ldap.c
617
vals = ldap_get_values_len(HDB2LDAP(db), msg, "krb5Key");
crypto/heimdal/lib/hdb/hdb-ldap.c
661
vals = ldap_get_values_len(HDB2LDAP(db), msg, "sambaLMPassword");
crypto/heimdal/lib/hdb/hdb-ldap.c
696
vals = ldap_get_values_len(HDB2LDAP(db), msg, "krb5EncryptionType");
crypto/heimdal/lib/hdb/hdb-ldap.c
753
ret = LDAP_no_size_limit(context, HDB2LDAP(db));
crypto/heimdal/lib/hdb/hdb-ldap.c
757
rc = ldap_search_ext_s(HDB2LDAP(db), dn, LDAP_SCOPE_SUBTREE,
crypto/heimdal/lib/hdb/hdb-ldap.c
769
e = ldap_first_entry(HDB2LDAP(db), res);
crypto/heimdal/lib/hdb/hdb-ldap.c
869
ret = LDAP_no_size_limit(context, HDB2LDAP(db));
crypto/heimdal/lib/hdb/hdb-ldap.c
873
rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db),
crypto/heimdal/lib/hdb/hdb-ldap.c
886
if (userid && ldap_count_entries(HDB2LDAP(db), *msg) == 0) {
crypto/heimdal/lib/hdb/hdb-ldap.c
906
ret = LDAP_no_size_limit(context, HDB2LDAP(db));
crypto/heimdal/lib/hdb/hdb-ldap.c
910
rc = ldap_search_ext_s(HDB2LDAP(db), HDB2BASE(db), LDAP_SCOPE_SUBTREE,