ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

Add users_in_group function to account/search #128

Closed dkess closed 6 years ago

dkess commented 6 years ago

Function that returns the list of users in an LDAP group.

abizer commented 6 years ago

Have you looked into adapting ocflib.account.util.list_staff? we should probably make that general purpose

dkess commented 6 years ago

Closing this, since it's better to just rename the existing list_staff function.