-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Feb 22, 2007, at 10:05 PM, Matt Goodhue wrote:
> Hello All,
>
> I have been trying to do an install of Maia 1.0.2 1170.
All seems
> to go
> great until I try to register as super-user.
>
> I can do the internal-init.php. I get the welcome email
with my
> info on
> it.
>
> Here is what I see after I try to login as super-user
>
>
> Warning: Unexpected character in input: ' ' (ASCII=1)
state=1 in
> /var/www/mail/xlogin.php on line 208
This error causes the rest as a cascading error.
This is weird, I just found an spurious character in the
source....
In xlogin.php:
list($authenticated, $email) = auth($user_name, $pwd,
$address,
$nt_domain);
if ($authenticated === true) {
if (is_primary_email($email)) {
$uid = get_user_id($user_name, $email);
} else {
global $logger;
$authenticated = false;
$logger->warn("Attempted login by
linked account
rejected: $email");
}
On the line "$authenticated = false;" there is a
unprintable
character after the semicolon at the end. Delete that, and
it
should eliminate that error.
Well, almost. Now we have an issue because your login
failed. I
wonder if changeset 1169 is incompatible with internal auth.
I may
need to revert that patch.
David Morton
Maia Mailguard http://www.maiamailguard
.com
mortonda dgrmm.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFF3w5uUy30ODPkzl0RArFrAJ4l6zK6EqSfej2DTDVSPXSRkGr8HQCg
hqfj
VJqyUszEmaAHUjMouyWNVew=
=uYT2
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|