-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The closing parenthesis was missing -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAk1/a0wACgkQHsardTLnvCWegQCg6SqtJc7O8j3EC9wpnVxOyDLE /IYAoIij+mkQECjvLnk0YyTi2xuZSZkQ =ItVq -----END PGP SIGNATURE-----
From 1e79f3d2d0649469bd107f12de86ffa587b5e6e6 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek <jhro...@redhat.com> Date: Tue, 15 Mar 2011 14:35:31 +0100 Subject: [PATCH] Fix LDAP search filter for nested initgroups --- src/providers/ldap/sdap_async_accounts.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c index d812416..8c87842 100644 --- a/src/providers/ldap/sdap_async_accounts.c +++ b/src/providers/ldap/sdap_async_accounts.c @@ -2212,7 +2212,7 @@ static struct tevent_req *sdap_initgr_nested_send(TALLOC_CTX *memctx, return NULL; } - state->filter = talloc_asprintf(state, "(&(objectclass=%s)(%s=*)(%s=*)", + state->filter = talloc_asprintf(state, "(&(objectclass=%s)(%s=*)(%s=*))", opts->group_map[SDAP_OC_GROUP].name, opts->group_map[SDAP_AT_GROUP_NAME].name, opts->group_map[SDAP_AT_GROUP_GID].name); -- 1.7.4
0001-Fix-LDAP-search-filter-for-nested-initgroups.patch.sig
Description: PGP signature
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel