]> andersk Git - moira.git/blobdiff - gen/calendar.gen
allow for simple service monitoring via tagged members
[moira.git] / 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.040975 seconds and 4 git commands to generate.