Skip to content

Commit

Permalink
Update libsync.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfonteneau authored Aug 3, 2024
1 parent 38e4e71 commit a45922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def generate_all_dict(self):
else:
self.dict_guidnumber_sa[gidnumber].append(SourceAnchor)

self.conn.search(self.basedn, search_filter="(&(objectClass=posixGroup)(%s=*))" % self.SourceAnchorAttr_group,attributes=ldap3.ALL_ATTRIBUTES)
self.conn.search(self.basedn, search_filter="(&(objectClass=posixGroup)(%s=*))" % self.SourceAnchorAttr_group,attributes=ALL_ATTRIBUTES)

for group in self.conn.entries:
SourceAnchor = self.return_source_anchor(group,"group")
Expand Down

0 comments on commit a45922b

Please sign in to comment.