[EMAIL PROTECTED] wrote:

> 
> Can you show me line 530-540 of this file? Maybe your tarball was
> already patched.


Here:

----------start quote----------------


{
    return mgd_isadmin(rcfg->mgd) || mgd_isuser(rcfg->mgd, uid)
            || mgd_exists(rcfg->mgd, "member,grp",
                                          "uid=$d AND gid=grp.id AND
grp.owner IN $D",
                                          uid, mgd_groups(rcfg->mgd));
}

static int isowner()
{
        return mgd_exists(rcfg->mgd, "grp", "owner IN $D",
mgd_groups(rcfg->mgd));
}


----------------end quote---------------


Even if it is already patched, it still does not solve the "add new
person problem". I can handle this manually by adding person directly in
mysql from terminal, but I'd like to have this functional.
  
:(((

thanks

toni

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to