<div dir="ltr">There are some things that your are NOT supposed to be able to do as the superuser (in your case, "koha") by design. The superuser doesn't have assignable privileges, because they are not a real user. I.E., they do not appear in the borrowers table at all, because their account is required to *create* the borrowers table.<br>
<br>--joe<br><br><div class="gmail_quote">On Thu, Jul 24, 2008 at 8:38 AM, Beda Szukics <span dir="ltr"><beda@muri-gries.ch></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nicole Engard schrieb:<br>
<div class="Ih2E3d">> Beda,<br>
><br>
> I'm not sure, but the first question & answer in this FAQ:<br>
> <a href="http://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Appendicies/FAQs" target="_blank">http://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Appendicies/FAQs</a><br>
> might help you ...<br>
><br>
</div>I do have a user named "koha" and I can log in. But this user hasn't the<br>
privileges to set privileges for other users.<br>
<br>
The final par to my koha-conf.xml:<br>
<br>
<!-- ADDITIONAL KOHA CONFIGURATION DIRECTIVE --><br>
<!-- db_scheme should follow the DBD driver name --><br>
<!-- port info: mysql:3306 Pg:5432 (5433 on Debian) --><br>
<config><br>
<db_scheme>mysql</db_scheme><br>
<database>Schulbibliothek</database><br>
<hostname>localhost</hostname><br>
<port>3306</port><br>
<user>koha</user><br>
<pass>[my password]</pass><br>
<br>
and so on<br>
<br>
That seems to be o.k.?<br>
<div><div></div><div class="Wj3C7c"><br>
Greetings Beda<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br></div>