> > I'm using the 1.4 debs with my /etc/apt/sources.list containing:
> > deb
> > http://www.midgard-project.org/developer/downloads/debian/stable/dists/sid/binary-i386/
> >  ./
> 
> You set up Asgard with deb packages?
> wow! It really works ;)

there is an error in the .postrm file for libmidgard (I believe)


> OK, but that person must be a member of topic's owner group.

ok, I log in with admin/password
I go to the group, click members, and am taken back to the login screen.

How do I add a person to a group?

>  
> > an interesting thing is that when I edit this person's login
> > information, the username on the user/password verification screen is
> > always admin -- no matter what I change it to.  It never seems to retain
> > the username of the actual user.  Typing in the correct
> > username/password combo does allow it to be changed.
> 
> How are You logged in?
username admin, password password

> And You are looged in as SG0 admin (superuser).
user: admin, password: password

> > $res = mgd_auth_midgard("anonymous","4anon",0);
> 
> You are still superuser as You logged in to SG0.
or if I open a new browser I get the same error.


<?php

$res = mgd_auth_midgard("anonymous+SG","4anon",0);
echo mgd_errstr() . " !!$res!! <br>";
if ($res) {
echo "true<br>";
} else {
echo "false<br>";
}
$midgard = mgd_get_midgard();

echo $midgard->user . ": user<br>";
?>

returns:  (or if I put anonymous+SG0)

Sitegroup not found !!!! 
false
0: user

If I get rid of +SG

Object does not exist !!!! 
false
0: user

if I put admin/password, I get

MGD_ERR_OK !!1!! 
true
1: user


> > No matter what I do, that statement is always false.
> 
> You mean '0' ??
actually empty -- it is not set to 0
> 
> > I've created a group called firewallpost.
> 
> Select this group as topic owner.
It is, but I think the problem is that I cannot add people to that
group.

One screen claims the group contains two members, Midgard Adminstrator
and Anonymous Post, but the user screen says that the user is not a
member of the group.

When I try to click on Members on the Group Edit Page, I am returned to
the front page of the /asgard/ admin.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to