]> git.entuzijast.net Git - freeradius-dialup-admin.git/log
freeradius-dialup-admin.git
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