This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new edb6afa  Note remaining issue with legacy ou=pmc
edb6afa is described below

commit edb6afa2f863644315e1706a7252f2307c542d12
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 9 14:37:09 2019 +0000

    Note remaining issue with legacy ou=pmc
---
 lib/whimsy/asf/ldap.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 5c23724..259cfb4 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1223,6 +1223,8 @@ module ASF
   end
 
   class Committee < Base
+    # TODO what to do about this? Change to ou=project or drop?
+    # It's used by the methods: self.list, self.preload, member[id]s, 
self.add, self.remove
     @base = 'ou=pmc,ou=committees,ou=groups,dc=apache,dc=org'
 
     # return a list of committees, from LDAP.

Reply via email to