Searched defs:ldap_groups_count (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_async_initgroups.c37 int ldap_groups_count)
57 if (ldap_groups_count == 0) return EOK;
62 missing = talloc_array(tmp_ctx, char *, ldap_groups_count+1);
112 for (ai=0; ai < ldap_groups_count; ai++) {
234 if (ai == ldap_groups_count) {
268 int ldap_groups_count)
281 if (ldap_groups_count == 0) {
290 ldap_groups, ldap_groups_count,
332 ldap_groups_count);
386 size_t ldap_groups_count; member in struct:sdap_initgr_rfc2307_state
32 sdap_add_incomplete_groups(struct sysdb_ctx *sysdb, struct sss_domain_info *domain, struct sdap_options *opts, char **sysdb_groupnames, struct sysdb_attrs **ldap_groups, int ldap_groups_count) argument
261 sdap_initgr_common_store(struct sysdb_ctx *sysdb, struct sss_domain_info *domain, struct sdap_options *opts, const char *name, enum sysdb_member_type type, char **sysdb_grouplist, struct sysdb_attrs **ldap_groups, int ldap_groups_count) argument
[all...]

Completed in 2856 milliseconds