ActionNotAllowed: admin permission required

Steve Traylen steve at traylen.net
Thu May 14 17:48:49 UTC 2009


On Thu, May 14, 2009 at 7:42 PM, Lester Pimentel <lesterp33 at yahoo.com> wrote:
>
> Hi all -
>
> I'm fighting with getting koji configured and running on a single
> machine to test it out on. Stepping through this wiki:
>
> http://fedoraproject.org/wiki/Koji/ServerHowTo
>
> Configuring it for ssl auth, I've gotten down to installing kojihub
> and when I try to do something like adding a user through koji, I get:
>
> [kojiadmin at testmachine ~]$ koji add-user kojira
> ActionNotAllowed: admin permission required
>
> Here's what my users look like in the koji db:
>
>  id |            name            | password | status | usertype | krb_principal
> ----+-------------------------
> ---+----------+--------+----------+---------------
>  10 | koji                       |          |      0 |        0 |
>  12 | kojiadmin                  |          |      0 |        1 |
>
> Any ideas on what I could be missing?  Is this an ssl authentication error or database related?

What about the
insert into user_perms (user_id, perm_id) values (<id of user inserted
above>, 1);
in the howto?

Steve

>
> Thanks,
> Lester
>
>
>
>
> --
> Fedora-buildsys-list mailing list
> Fedora-buildsys-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
>



-- 
Steve Traylen




More information about the buildsys mailing list