[Koha] koha-1.2.3 : problem with basic installation

Chris Cormack chris at katipo.co.nz
Thu Jan 30 19:01:12 NZDT 2003


On Thu, Jan 30, 2003 at 01:32:27PM +0800, Hor Hen Ley said:
> thanks dude , but that didnt help either. 
> the user / pass values are used by koha to access the mysql database.
> 
> did u get this page when u go to the librarian interface for koha ?
> 
> i seems to be missing something here, just cant pinpoint it at the
> moment. : (
> 
Hi there,

When you installed koha you should have been asked
Would you like to use Apache's Basic Authentication instead (Y/[N]):

Did you answer Yes here?
If so 
There should be a section in your Apache config that looks a bit like this
<Directory /where/the/intranet/htdocs/are>
    AuthUserFile /etc/kohaintranet.pass
    AuthType Basic
    AuthName "Koha Intranet (for librarians only)"
    Require  valid-user
</Directory>

In which case you will need to use the username and password you specified
in this section of the installer.

Hope this is some help

Chris

-- 
Chris Cormack                                                     Programmer
025 500 789                                        Katipo Communications Ltd
chris at katipo.co.nz                                          www.katipo.co.nz



More information about the Koha mailing list