commit: horde/lib Auth.php

Chuck Hagenbuch chuck@horde.org
7 Sep 2001 18:37:50 -0000


chuck       2001/09/07 11:37:50 PDT

  Modified files:
    lib                  Auth.php 
  Log:
  Provide useful function prototypes for addUser, updateUser, removeUser, and
  listUsers so that subclasses don't have to mention them if they don't
  support them.
  
  Also, the above methods have been renamed for consistency and to avoid
  clashing with future keywords (delete), except for listUsers, which is new.
  
  Add a $capabilities array so that Auth instances can report what they can do.
  
  Revision  Changes    Path
  1.17      +50 -5     horde/lib/Auth.php