lists.arthurdejong.org
RSS feed

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



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/