diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-04-29 15:59:17 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-20 07:21:45 -0400 |
commit | 7bdaf2a712d73763e7c3d25f6bb544b18f7028eb (patch) | |
tree | dca11da1c2c4b258d4bc33aed583d9ba48147f27 /src/providers/ipa/ipa_common.h | |
parent | 6b95a91c1a49c2eff480820cfd8be51d70a29ffe (diff) | |
download | sssd-7bdaf2a712d73763e7c3d25f6bb544b18f7028eb.tar.gz sssd-7bdaf2a712d73763e7c3d25f6bb544b18f7028eb.tar.xz sssd-7bdaf2a712d73763e7c3d25f6bb544b18f7028eb.zip |
Use dereference when processing RFC2307bis nested groups
Instead of issuing N LDAP requests when processing a group with N users,
utilize the dereference functionality to pull down all the members in a
single LDAP request.
https://fedorahosted.org/sssd/ticket/799
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r-- | src/providers/ipa/ipa_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 02c4276c..8f0f35a8 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -35,7 +35,7 @@ struct ipa_service { /* the following defines are used to keep track of the options in the ldap * module, so that if they change and ipa is not updated correspondingly * this will trigger a runtime abort error */ -#define IPA_OPTS_BASIC_TEST 50 +#define IPA_OPTS_BASIC_TEST 51 /* the following define is used to keep track of the options in the krb5 * module, so that if they change and ipa is not updated correspondingly |