]> andersk Git - moira.git/commitdiff
From makr; initialize empty attributes for title, phone, and location.
authorzacheiss <zacheiss>
Thu, 22 Aug 2002 20:45:30 +0000 (20:45 +0000)
committerzacheiss <zacheiss>
Thu, 22 Aug 2002 20:45:30 +0000 (20:45 +0000)
gen/calendar.gen

index 547609c34cd8775cc52abe9a857af9a7fb7d92b3..961c94c4661055e932dbc441fed8b2e8d7e609ba 100755 (executable)
@@ -27,7 +27,7 @@ open(OUT, ">$outfile") || exit $MR_OCONFIG;
 
 while (($clearid, $login, $first, $middle, $last) = $sth->fetchrow_array) {
     $row = "$clearid|$login^UID=$login/S=$last/G=$first/I=$middle/";
-    $row .= "EMAIL=$login\@mit.edu\n";
+    $row .= "OU1=/JOB-TITLE=/PHONE=/LOC=/EMAIL=$login\@mit.edu\n";
     $row =~ s/\0//g;
     print OUT $row;
 }
This page took 0.042111 seconds and 5 git commands to generate.