]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* Added operator support in sql. The eq(=),set(:=) and add(+=) operators are supporte...
authorkkalev <kkalev>
Thu, 7 Feb 2002 17:58:36 +0000 (17:58 +0000)
committerkkalev <kkalev>
Thu, 7 Feb 2002 17:58:36 +0000 (17:58 +0000)
commit7b478fc6f2381c1ac32b474ace29c2e43a0211db
tree510eae5f73e40e451954a2d9650dd0ea4ce730db
parentcbf055818ae79b66221c08ba29b6fd2cb18f9fc6
* Added operator support in sql. The eq(=),set(:=) and add(+=) operators are supported. Added an
  sql_use_operators configuration directive. Hope everything works.
* Fixed a bug in sql/change_attrs which did not allow multi valued attributes in sql.
* unset item_vals before adding info in ldap and sql user_info files.
Changelog
conf/admin.conf
htdocs/user_edit.php3
htdocs/user_new.php3
lib/ldap/user_info.php3
lib/sql/change_attrs.php3
lib/sql/change_passwd.php3
lib/sql/create_user.php3
lib/sql/user_info.php3