Changes between Initial Version and Version 1 of Ticket #186


Ignore:
Timestamp:
Nov 20, 2012, 3:36:51 AM (13 years ago)
Author:
adehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #186 – Description

    initial v1  
    11For the membership confirmation, we ask for things like number of undergrads, number of grad students, etc.. We should have a form where people can enter their membership list (as usernames and/or emails). It should automatically look up in LDAP[*] or our DCM or something the student status of all MIT usernames on the list, and gives you back your membership list, sorted by category with associated counts. It's really stupid that we have various group leaders poking us for help on how to do this...
     2
     3[*] `ldapsearch -x -h ldap-too.mit.edu -b ou=moira,dc=mit,dc=edu uid=adehnert mitDirStudentYear eduPersonPrimaryAffiliation` gives pretty reasonable data, if we want to use it.