[Koha-cvs] CVS: koha Install.pm,1.1.2.29,1.1.2.30

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Mar 13 22:09:31 CET 2003


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

Modified Files:
      Tag: rel-1-2
	Install.pm 
Log Message:
Clarified cookie auth vs basic auth


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -C2 -r1.1.2.29 -r1.1.2.30
*** Install.pm	13 Mar 2003 04:08:58 -0000	1.1.2.29
--- Install.pm	13 Mar 2003 21:09:27 -0000	1.1.2.30
***************
*** 933,937 ****
  
  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]): |;
--- 933,939 ----
  
  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.  You will be able to log in using the username and password from /etc/koha.conf with the cookies-based authentication system.
  
  Would you like to use Apache's Basic Authentication instead (Y/[N]): |;





More information about the Koha-cvs mailing list