nss-pam-ldapd commit: r1578 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1578 - nss-pam-ldapd/pynslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1578 - nss-pam-ldapd/pynslcd
- Date: Wed, 28 Dec 2011 23:10:21 +0100 (CET)
Author: arthur
Date: Wed Dec 28 23:10:16 2011
New Revision: 1578
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1578&view=revision
Log:
never request group members for GroupByMemberRequest
Modified:
nss-pam-ldapd/pynslcd/group.py
Modified: nss-pam-ldapd/pynslcd/group.py
==============================================================================
--- nss-pam-ldapd/pynslcd/group.py Wed Dec 28 23:09:21 2011 (r1577)
+++ nss-pam-ldapd/pynslcd/group.py Wed Dec 28 23:10:16 2011 (r1578)
@@ -47,7 +47,7 @@
def __init__(self, *args, **kwargs):
super(Search, self).__init__(*args, **kwargs)
- if attmap['member'] and 'memberUid' in self.parameters:
+ if 'memberUid' in self.parameters:
# set up our own attributes that leave out membership attributes
self.attributes = list(self.attributes)
self.attributes.remove(attmap['memberUid'])
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1578 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project