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. --joe On Thu, Jul 24, 2008 at 8:38 AM, Beda Szukics <beda@muri-gries.ch> wrote:
Nicole Engard schrieb:
Beda,
I'm not sure, but the first question & answer in this FAQ:
http://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/App...
might help you ...
I do have a user named "koha" and I can log in. But this user hasn't the privileges to set privileges for other users.
The final par to my koha-conf.xml:
<!-- ADDITIONAL KOHA CONFIGURATION DIRECTIVE --> <!-- db_scheme should follow the DBD driver name --> <!-- port info: mysql:3306 Pg:5432 (5433 on Debian) --> <config> <db_scheme>mysql</db_scheme> <database>Schulbibliothek</database> <hostname>localhost</hostname> <port>3306</port> <user>koha</user> <pass>[my password]</pass>
and so on
That seems to be o.k.?
Greetings Beda _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha