Revision 2857
Added by sgarg almost 19 years ago
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
hardcoded the organization as unaffiliated