[cvs] commit: framework/Auth Auth.php framework/Auth/Auth application.php customsql.php cyrsql.php cyrus.php imap.php ldap.php sql.php

Jan Schneider jan at horde.org
Wed Jun 9 16:34:01 PDT 2004


jan         2004-06-09 16:34:01 PDT

  Modified files:
    Auth                 Auth.php 
    Auth/Auth            application.php customsql.php cyrsql.php 
                         cyrus.php imap.php ldap.php sql.php 
  Log:
  Add framework to remove all user data from applications when a user gets
  removed from the authentication backend. What's left to do is to implement
  "removeuser" methods in the APIs, e.g. to remove prefs, calendars, shares,
  permissions, etc.
  We might want to allow this even for auth backends that don't support removing
  of users, either by implementing Auth::removeUser() or by making
  Auth::_removeUser() public.
  
  Revision  Changes    Path
  1.130     +26 -2     framework/Auth/Auth.php
  1.25      +3 -3      framework/Auth/Auth/application.php
  1.15      +3 -3      framework/Auth/Auth/customsql.php
  1.30      +3 -3      framework/Auth/Auth/cyrsql.php
  1.13      +3 -3      framework/Auth/Auth/cyrus.php
  1.27      +7 -3      framework/Auth/Auth/imap.php
  1.46      +3 -3      framework/Auth/Auth/ldap.php
  1.67      +3 -3      framework/Auth/Auth/sql.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Auth/Auth.php?r1=1.129&r2=1.130&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/application.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/customsql.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/cyrsql.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/cyrus.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/imap.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/ldap.php?r1=1.45&r2=1.46&ty=u
  http://cvs.horde.org/diff.php/framework/Auth/Auth/sql.php?r1=1.66&r2=1.67&ty=u


More information about the cvs mailing list