cvs commit: horde/lib Auth.php horde/lib/Auth ftp.php imap.php ldap.php mcal.php sql.php

Chuck Hagenbuch chuck@horde.org
Tue, 16 Oct 2001 07:37:53 -0700 (PDT)


chuck       2001/10/16 07:37:53 PDT

  Modified files:
    lib                  Auth.php 
    lib/Auth             ftp.php imap.php ldap.php mcal.php 
                         sql.php 
  Log:
  Add the capability to get authentication credentials other than username
  back from the Auth framework, and complete the auhthentication realm
  functionality.
  
  Revision  Changes    Path
  1.18      +43 -7     horde/lib/Auth.php
  1.4       +5 -4      horde/lib/Auth/ftp.php
  1.4       +5 -4      horde/lib/Auth/imap.php
  1.2       +4 -3      horde/lib/Auth/ldap.php
  1.3       +5 -4      horde/lib/Auth/mcal.php
  1.18      +5 -4      horde/lib/Auth/sql.php