tag 142001 patch thanks The following patch should fix this problem, though it would be nicer if [EMAIL PROTECTED] would fix the names in the database.
Matt
--- people.pl.orig Tue Jun 11 08:40:32 2002
+++ people.pl Tue Jun 11 08:52:10 2002
@@ -462,6 +462,12 @@
$homepageurl =~ s,^www,http://www,;
# print STDERR $ldap_cn." ".$ldap_sn." ".$homepageurl."\n";
$has_package = 0;
+ # canonicalize weird names until [EMAIL PROTECTED] fixes them
+ if ($ldap_cn eq "Bjorn" and $ldap_sn eq "Brenander") {
+ $ldap_cn = "Bj\xf6rn";
+ } elsif ($ldap_cn eq "Miroslaw" and $ldap_sn eq "Baran") {
+ $ldap_cn = "Miros/law";
+ }
foreach $person (keys %People) {
if ($person =~ /(.*):(.*)/) {
($firstname,$lastname) = ($2,$1);
pgpNeSz1YsS0Z.pgp
Description: PGP signature

