[cvs] commit: passwd/docs CHANGES passwd/lib/Driver sql.php
passwd/config backends.php.dist
Max Kalika
max at horde.org
Fri Jul 18 16:26:18 PDT 2003
max 2003/07/18 16:26:17 PDT
Modified files:
docs CHANGES
lib/Driver sql.php
config backends.php.dist
Log:
Add query_lookup and query_modify parameters to the sql driver. Allows me to do things like:
'query_modify' => 'UPDATE table SET pass = ENCODE(%p, "key") WHERE user = %u'
So I can no change mysql-stored SASL passwords and other goodies. This shouldn't break
current installations as it checks if query_lookup and query_modify are defined and not
empty.
Revision Changes Path
1.23 +10 -0 passwd/config/backends.php.dist
1.41 +2 -1 passwd/docs/CHANGES
1.17 +62 -11 passwd/lib/Driver/sql.php
Chora Links:
http://cvs.horde.org/diff.php/passwd/config/backends.php.dist?r1=1.22&r2=1.23&ty=u
http://cvs.horde.org/diff.php/passwd/docs/CHANGES?r1=1.40&r2=1.41&ty=u
http://cvs.horde.org/diff.php/passwd/lib/Driver/sql.php?r1=1.16&r2=1.17&ty=u
More information about the cvs
mailing list