]> git.entuzijast.net Git - freeradius-dialup-admin.git/log
freeradius-dialup-admin.git
23 years agoReaarange a few things in user_admin. Put Subscription Analysis first and 'Account...
kkalev [Tue, 30 Apr 2002 15:27:10 +0000 (15:27 +0000)]
Reaarange a few things in user_admin. Put Subscription Analysis first and 'Account Status' second. Make a
few things bold.

23 years agoFix a bug in time2strclock() in lib/functions.php3. Seconds ammount more than 9 would...
kkalev [Mon, 29 Apr 2002 17:31:56 +0000 (17:31 +0000)]
Fix a bug in time2strclock() in lib/functions.php3. Seconds ammount more than 9 would not show.
Bug noted by Timophey <bcloud@mail.ru>

23 years agoAdd an option to specify the maximum results returned from the sql query
kkalev [Tue, 16 Apr 2002 14:31:18 +0000 (14:31 +0000)]
Add an option to specify the maximum results returned from the sql query

23 years agoAdd the corresponding attributes for Max-{Daily,Weekly}-Session in sql.attrmap
kkalev [Tue, 16 Apr 2002 14:22:34 +0000 (14:22 +0000)]
Add the corresponding attributes for Max-{Daily,Weekly}-Session in sql.attrmap

23 years agoPass the nas server community as an argument to the snmpfinger script
kkalev [Tue, 16 Apr 2002 11:55:40 +0000 (11:55 +0000)]
Pass the nas server community as an argument to the snmpfinger script

23 years agoUpdate Changelog
kkalev [Sun, 10 Mar 2002 13:46:12 +0000 (13:46 +0000)]
Update Changelog

23 years agofix a bug in da_sql_query.
kkalev [Sun, 10 Mar 2002 12:54:54 +0000 (12:54 +0000)]
fix a bug in da_sql_query.
Bug noted by Peter Santiago <peter.santiago@psinergybbs.com>

23 years ago* Fix a small bug in log_badlogins. The nas domain should be a variable not hard...
kkalev [Sat, 9 Feb 2002 13:41:25 +0000 (13:41 +0000)]
* Fix a small bug in log_badlogins. The nas domain should be a variable not hard coded.

23 years ago* Add support for the rest of the operators. Created the lib/operators.php3 file...
kkalev [Fri, 8 Feb 2002 14:55:41 +0000 (14:55 +0000)]
* Add support for the rest of the operators. Created the lib/operators.php3 file containing helper functions

23 years ago* Added operator support in sql. The eq(=),set(:=) and add(+=) operators are supporte...
kkalev [Thu, 7 Feb 2002 17:58:36 +0000 (17:58 +0000)]
* 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.

23 years agoAdd ordering in user_accounting.php3. The results can be either ordered ascending...
kkalev [Thu, 7 Feb 2002 09:18:32 +0000 (09:18 +0000)]
Add ordering in user_accounting.php3. The results can be either ordered ascending (older first)
or descending (recent first). Added a corresponding configuration directive.

23 years agoAdd a few names in the AUTHORS file.
kkalev [Sun, 27 Jan 2002 13:43:24 +0000 (13:43 +0000)]
Add a few names in the AUTHORS file.
Add the User-Profile attribute. This is used by the rlm_ldap module and contains
the DN for an entry containing check and reply radius attributes. If it is set
it will be used instead of the default_profile directive. The idea is to use different
user profiles based on checks done in the users file. That way we can do something like
this:

DEFAULT Service-Type == Outbound-User, User-Profile := "uid=outound-dialup,dc=company,dc=com"

The same idea could also work for the sql module, to select groups containing radius attributes
without having the user belong to them based only on checks on the incoming Access-Request

23 years agoAdd a password generator for new/edit user. Based on a patch from Alex Savguira ...
kkalev [Fri, 25 Jan 2002 14:10:45 +0000 (14:10 +0000)]
Add a password generator for new/edit user. Based on a patch from Alex Savguira <alexs@ravdata.com>

23 years agoFix a small typo
kkalev [Wed, 23 Jan 2002 15:07:38 +0000 (15:07 +0000)]
Fix a small typo

23 years ago* Add general_ld_library_path directive and set LD_LIBRARY_PATH accordingly (used...
kkalev [Fri, 18 Jan 2002 12:41:20 +0000 (12:41 +0000)]
* Add general_ld_library_path directive and set LD_LIBRARY_PATH accordingly (used in snmpfinger and
  radaclient).
* Add general_finger_type directive to determine if we will use snmpfinger in user_finger.php3
* Fix a bug in config.php3 when we have a directive containing ':'
* Fix a bug in lib/ldap/change_attrs.php3 that did not allow changing more than one value of a
  multivalued attribute simultaneously.

23 years agoAdd the dialup_admin web interface. Hope everything works fine
kkalev [Tue, 15 Jan 2002 14:45:21 +0000 (14:45 +0000)]
Add the dialup_admin web interface. Hope everything works fine