ldap-groups
ldap-groups copied to clipboard
A python/django Active Directory group management abstraction that uses ldap3 as a backend for cross-platform compatibility.
On a freshly-installed CentOS 8 system where I just run 'pip3 install ldap-groups', I see: >>> import ldap_groups Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/ldap_groups/__init__.py",...
Currently `get_descendants` only returns itself. I made get_desendants behave more like `get_tree_members` which means it now returns all groups that are lower on the tree than the parent. One other...