[cvs] commit: passwd/config .cvsignore backends.php.dist conf.xml
passwd/lib Driver.php Passwd.php base.php passwd/lib/Driver
ldap.php sql.php passwd/templates/main main.inc passwd main.php
Mike Cochrane
mike at graftonhall.co.nz
Sat Oct 12 08:35:55 PDT 2002
mikec 2002/10/12 00:35:52 PDT
Modified files:
config .cvsignore
lib base.php Driver.php
lib/Driver ldap.php sql.php
templates/main main.inc
. main.php
Added files:
config backends.php.dist conf.xml
lib Passwd.php
Log:
First round of changes to Passwd.
Passwd is now designed to be a guest application. Moved to conf.xml for configuration. backends.php for specifying the backends for configuration.
NB: Passwd_Drivers are now responsible for checking the current password. is correct! I have changed the LDAP and SQL drivers to do this.
The drivers API have been changed if you are using a driver other than ldap or sql then Passwd will currently be broken for you.
Does anyone actually use the mdaemon driver or was that just me?
Revision Changes Path
1.3 +1 -0 passwd/config/.cvsignore
1.1 +53 -0 passwd/config/backends.php.dist (new)
1.1 +76 -0 passwd/config/conf.xml (new)
1.4 +75 -6 passwd/lib/Driver.php
1.7 +79 -139 passwd/lib/Driver/ldap.php
1.3 +170 -241 passwd/lib/Driver/sql.php
1.1 +46 -0 passwd/lib/Passwd.php (new)
1.10 +5 -12 passwd/lib/base.php
1.25 +115 -97 passwd/main.php
1.4 +46 -30 passwd/templates/main/main.inc
Chora Links:
http://cvs.horde.org/diff.php/passwd/config/.cvsignore?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/co.php/passwd/config/backends.php.dist?r=1.1
http://cvs.horde.org/co.php/passwd/config/conf.xml?r=1.1
http://cvs.horde.org/diff.php/passwd/lib/Driver.php?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/passwd/lib/Driver/ldap.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/passwd/lib/Driver/sql.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/co.php/passwd/lib/Passwd.php?r=1.1
http://cvs.horde.org/diff.php/passwd/lib/base.php?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/diff.php/passwd/main.php?r1=1.24&r2=1.25&ty=u
http://cvs.horde.org/diff.php/passwd/templates/main/main.inc?r1=1.3&r2=1.4&ty=u
More information about the cvs
mailing list