Project

General

Profile

« Previous | Next » 

Revision 2857

Added by sgarg over 18 years ago

hardcoded the organization as unaffiliated

View differences:

src/perl/ldapweb.cgi
138 138
  print "Content-type: text/html\n\n";
139 139
  # process the template files:
140 140
  my $templateVars = { stage => "register", cfg => $cfg };
141
  #$$templateVars{'orgList'} = \@orglist;
141 142
  $$templateVars{'orgList'} = \@orglist;
142 143
  $template->process( "@defaultHeader@", $templateVars);
143 144
  $template->process( "@register@", $templateVars);
......
238 239
  
239 240
    my $allParams = { 'givenName' => $query->param('givenName'), 
240 241
                      'sn' => $query->param('sn'),
241
                      'o' => $query->param('o'), 
242
                      #'o' => $query->param('o'), 
243
                      'o' => 'unaffiliated', 
242 244
                      'mail' => $query->param('mail'), 
243 245
                      'uid' => $query->param('uid'), 
244 246
                      'userPassword' => $query->param('userPassword'), 

Also available in: Unified diff