]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* Add support for groups in SQL. Added several new files and modified a few more.
authorkkalev <kkalev>
Sat, 10 Aug 2002 16:49:21 +0000 (16:49 +0000)
committerkkalev <kkalev>
Sat, 10 Aug 2002 16:49:21 +0000 (16:49 +0000)
commitf3d5071d0ac66aa1a58f59dc0859a47f7ac9a5b2
treeac8f990ae625e52ff24192962729231bdb605bb4
parent910984375c980291b7eed6029b7b96ea00d446a2
* Add support for groups in SQL. Added several new files and modified a few more.
* Default values in SQL are now extracted from the group membership. Added a lib/sql/defaults.php3 file.
  As a result the default operator is not '=' anymore but whatever we find in the group check and reply tables.
* In lib/sql/user_info.php3 set user_exists in more than one places.
* Add support for the '=*' and '!*' operators
* Added a HELP_WANTED file describing what are the major things missing which people could contribute.
* Updated TODO
22 files changed:
AUTHORS
Changelog
HELP_WANTED [new file with mode: 0644]
TODO
conf/user_edit.attrs
htdocs/buttons.html
htdocs/group_admin.php3 [new file with mode: 0644]
htdocs/group_new.php3 [new file with mode: 0644]
htdocs/help/idle_timeout_help.html [new file with mode: 0644]
htdocs/help/session_timeout_help.html [new file with mode: 0644]
htdocs/user_delete.php3
htdocs/user_edit.php3
html/group_toolbar.html.php3 [new file with mode: 0644]
lib/operators.php3
lib/sql/change_attrs.php3
lib/sql/create_group.php3 [new file with mode: 0644]
lib/sql/defaults.php3 [new file with mode: 0644]
lib/sql/delete_group.php3 [new file with mode: 0644]
lib/sql/delete_user.php3
lib/sql/group_admin.php3 [new file with mode: 0644]
lib/sql/group_info.php3 [new file with mode: 0644]
lib/sql/user_info.php3