summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-07-16 13:52:43 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-09-08 18:55:17 +0200
commitbc8c93ffe881271043492c938c626a9be948000e (patch)
tree4127024d249ae59a765fe56712a360ef91d5b3f0 /src/providers/ldap/sdap_async_initgroups.c
parenta8356a0c98ee44e7256bb1c7767159c70e1fc218 (diff)
downloadsssd-bc8c93ffe881271043492c938c626a9be948000e.tar.gz
sssd-bc8c93ffe881271043492c938c626a9be948000e.tar.xz
sssd-bc8c93ffe881271043492c938c626a9be948000e.zip
IPA: process non-posix nested groups
Do not expect objectClass to be posixGroup but rather more general groupofnames. Resolves: https://fedorahosted.org/sssd/ticket/2343 Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_async_initgroups.c')
-rw-r--r--src/providers/ldap/sdap_async_initgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_initgroups.c b/src/providers/ldap/sdap_async_initgroups.c
index f96dfe0ff..779f576cf 100644
--- a/src/providers/ldap/sdap_async_initgroups.c
+++ b/src/providers/ldap/sdap_async_initgroups.c
@@ -962,7 +962,7 @@ static void sdap_initgr_nested_search(struct tevent_req *subreq)
} else {
DEBUG(SSSDBG_OP_FAILURE,
"Search for group %s, returned %zu results. Skipping\n",
- state->group_dns[state->cur], count);
+ state->group_dns[state->cur], count);
}
state->cur++;