commit: horde/lib Prefs.php horde/lib/Prefs ldap.php mysql.php pgsql.php sql.php

jon@lists.horde.org jon@lists.horde.org
18 Oct 2000 17:35:59 -0000


jon         2000/10/18 10:35:59 PDT

  Modified files:
    lib                  Prefs.php 
    lib/Prefs            ldap.php mysql.php pgsql.php sql.php 
  Log:
  Pass the user's password to the preferences subsystem.  This is an API
  extension that will allow the LDAP driver (and perhaps future drivers) to
  bind to the server as the current user.  No other drivers make use of the
  user's password at this point.
  
  Revision  Changes    Path
  1.16      +10 -6     horde/lib/Prefs.php
  1.9       +11 -6     horde/lib/Prefs/ldap.php
  1.8       +4 -3      horde/lib/Prefs/mysql.php
  1.12      +4 -3      horde/lib/Prefs/pgsql.php
  1.11      +4 -3      horde/lib/Prefs/sql.php