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

/sssd/src/providers/ldap/
H A Dsdap_async_autofs.c778 char **ldap_entrylist; local
798 ldap_entrylist = NULL;
800 ldap_entrylist = talloc_array(tmp_ctx, char *,
802 if (!ldap_entrylist) {
821 ldap_entrylist[j] = sysdb_autofsentry_strdn(ldap_entrylist,
825 if (!ldap_entrylist[j]) {
831 hkey.str = ldap_entrylist[j];
844 ldap_entrylist[j] = NULL;
882 ret = diff_string_lists(tmp_ctx, ldap_entrylist, sysdb_entrylis
[all...]

Completed in 1258 milliseconds