[EMAIL PROTECTED] wrote: > I have different clients with dynamic ip addresses and want enter this > in the postgressql database. And bind a user with a specific client > but the ip-address of the client is dynamic ?!
Clients can't be listed in SQL. See clients.conf for examples of listing clients from a network. > how i can control that a user comes over a specific client, can i it > differ over there shared secred ? Key off of the Client-IP-Address, or NAS-Identifier. > every user have only 20 minutes to be in and after this time he should > be kickt off and the user should be deleted so he can not login again. See rlm_counter. Or, write a shell script. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

