--- ldirectord.orig 2005-04-04 09:49:13.000000000 +0000 +++ ldirectord.fix 2005-05-03 10:25:29.000000000 +0000 @@ -826,8 +826,8 @@ } elsif ($rcmd =~ /^service\s*=\s*(.*)/) { lc($1); $1 =~ /(\w+)/ && ($1 eq "http" || $1 eq "https" || $1 eq "ldap" - || $1 eq "ftp" || $1 eq "none" || $1 eq "smtp" || $1 eq "pop" || $1 eq "imap" || $1 eq "nntp" || $1 eq "dns") - or &config_error($line, "service must be http, https, ftp, smtp, pop, imap, ldap, nntp, dns or none"); + || $1 eq "ftp" || $1 eq "none" || $1 eq "smtp" || $1 eq "pop" || $1 eq "imap" || $1 eq "nntp" || $1 eq "dns" || $1 eq "mysql") + or &config_error($line, "service must be http, https, ftp, smtp, pop, imap, ldap, nntp, dns, mysql or none"); $vsrv{service} = $1; if($vsrv{service} eq "ftp" and $vsrv{login} eq "") {