]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add a few names in the AUTHORS file.
authorkkalev <kkalev>
Sun, 27 Jan 2002 13:43:24 +0000 (13:43 +0000)
committerkkalev <kkalev>
Sun, 27 Jan 2002 13:43:24 +0000 (13:43 +0000)
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

AUTHORS

diff --git a/AUTHORS b/AUTHORS
index 1b087e4818bd5deca802b102046ed576c4ef1387..74a661668dd31967b78be6e81d9965edba22bb16 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,3 +12,7 @@ HTML pages layout designer
 
 Dragan Milivojevic: galileo@MICROSKY.NET
 A number of bug reports and a lot of crash testing
+
+Alex Savguira: alexs@ravdata.com
+Ido Shavit
+Patches for auto generate password and sql group support