Home | History | Annotate | Download | only in racoon

Lines Matching defs:ld

803 	LDAP *ld = NULL;
836 res = ldap_initialize(&ld, init);
845 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
859 res = ldap_sasl_bind_s(ld,
865 res = ldap_sasl_bind_s(ld,
911 res = ldap_search_ext_s(ld, basedn, scope,
922 ecount = ldap_count_entries(ld, lr);
936 le = ldap_first_entry(ld, lr);
942 userdn = ldap_get_dn(ld, le);
954 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_addr->v);
974 bv = ldap_get_values_len(ld, le, xauth_ldap_config.attr_mask->v);
1003 res = ldap_sasl_bind_s(ld,
1025 ldap_unbind_ext_s(ld, NULL, NULL);
1037 LDAP *ld = NULL;
1064 res = ldap_initialize(&ld, init);
1073 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION,
1087 res = ldap_sasl_bind_s(ld,
1093 res = ldap_sasl_bind_s(ld,
1128 res = ldap_search_ext_s(ld, basedn, scope,
1139 ecount = ldap_count_entries(ld, lr);
1151 le = ldap_first_entry(ld, lr);
1157 groupdn = ldap_get_dn(ld, le);
1178 ldap_unbind_ext_s(ld, NULL, NULL);