In Robert Clove
writes:
> I want to find if the particular group exist in my active directory
Search on the group's DN, specifying SCOPE_BASE as the search scope. If
you get a result, then the group exists, otherwise it doesn't.
> also another function to find the user in a particular group
Sure, have you tried it and failed?
I remember using this: https://www.python-ldap.org/docs.html year back and
was able to do many operations including lookups.
On Fri, Sep 9, 2016 at 5:41 AM, Robert Clove wrote:
> Is it possible to find the following things using python ldap or active
> direc