Skip to content
  1. May 12, 2020
    • Jose Manuel Lopez Lujan's avatar
      Adds get_groups method to provide an interface for · 7c8ddf17
      Jose Manuel Lopez Lujan authored
      listing all available groups in the ldap directory
      based on the filter defined in LDAP_GROUPS_OBJECT_FILTER
      
      The get_groups method has two arguments fields and dn_only
      to customize the result. i.e.
      get_groups(fields=['cn', 'description'])
      provide a list of dict with included attributes. if only
      get_groups(dn_only=True) is provided, a list of available
      groups dn is returned. If no users in directory, an empty
      list is returned.
      7c8ddf17
  2. Mar 25, 2020
  3. Jan 27, 2020
  4. Oct 05, 2019
  5. Jul 16, 2019
  6. Jul 15, 2019
  7. Jul 14, 2019
  8. Dec 27, 2018
  9. Dec 24, 2018
  10. Dec 22, 2018
  11. Nov 14, 2018