koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha Install.pm,1.1.2.25,1.1.2.26


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.25,1.1.2.26
Date: Wed, 15 Jan 2003 15:00:29 -0800

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv30220

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
New installs default to internal authentication instead of apache basic auth.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.25
retrieving revision 1.1.2.26
diff -C2 -r1.1.2.25 -r1.1.2.26
*** Install.pm  9 Dec 2002 23:39:12 -0000       1.1.2.25
--- Install.pm  15 Jan 2003 23:00:27 -0000      1.1.2.26
***************
*** 932,938 ****
  
  I can set it up so that the Intranet/Librarian site is password protected 
using
! Apache's Basic Authorization.
  
! Would you like to do this ([Y]/N): |;
  
  $messages->{'BasicAuthUsername'}->{en}="Please enter a userid for intranet 
access [%s]: ";
--- 932,938 ----
  
  I can set it up so that the Intranet/Librarian site is password protected 
using
! Apache's Basic Authorization.  If you do not do this, Koha will default to an 
internal authentication system that uses cookies to maintain an authenticated 
connection.
  
! Would you like to use Apache's Basic Authentication instead (Y/[N]): |;
  
  $messages->{'BasicAuthUsername'}->{en}="Please enter a userid for intranet 
access [%s]: ";
***************
*** 942,946 ****
  sub basicauthentication {
      my $message=getmessage('IntranetAuthenticationQuestion');
!     my $answer=showmessage($message, 'yn', 'y');
  
      my $apacheauthusername='librarian';
--- 942,946 ----
  sub basicauthentication {
      my $message=getmessage('IntranetAuthenticationQuestion');
!     my $answer=showmessage($message, 'yn', 'n');
  
      my $apacheauthusername='librarian';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]