Webdev/WorkerMgmt: Difference between revisions

Line 4: Line 4:
== LDAP interaction in Worker Management App  ==
== LDAP interaction in Worker Management App  ==


LDAP is used ReadOnly in Worker management App  
''LDAP is used ReadOnly in Worker management App''


=== <br> LDAP-&gt;fetch_attribute  ===
I believe these two calls could be combined into one, to return the manager list with email and bugzilla login all in one.
 
=== LDAP-&gt;fetch_attribute  ===


in newhire and contractor form  
in newhire and contractor form  
Line 14: Line 16:
Same in both, added to $form_input and sent to $bz_helper-&gt;newhire_filing($form_input);  
Same in both, added to $form_input and sent to $bz_helper-&gt;newhire_filing($form_input);  


=== <br> LDAP-&gt;manager_list  ===
=== LDAP-&gt;manager_list  ===


in newhire and contractor form  
in newhire and contractor form  
100

edits