X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=doc%2FREADME;h=4df784e140af4f13218eb93235aa8bb856ba911d;hb=HEAD;hp=1232ad2bc2abb651dbb1d7719f0a5e8702c6ae13;hpb=f8eac0d9735be5f0b8d7a13e6c984e05bc8c835c;p=freeradius.git diff --git a/doc/README b/doc/README index 1232ad2..4df784e 100644 --- a/doc/README +++ b/doc/README @@ -125,31 +125,10 @@ ---- ---- ------ Simultaneous-Use integer Max. number of concurrent logins Fall-Through integer Yes/No - Exec-Program string program to execute after authentication - Exec-Program-Wait string ditto, but wait for program to finish - before sending back auth. reply Login-Time string Defines when user may login. Current-Time string Allows you to perform time-based checks when a request is received. - Exec-Program can take arguments. You can use variables in the - arguments, which are automatically expanded by the server. See - 'doc/variables.txt' for more information. - - For example, use the following entry for someone who has BSMTP (queued - SMTP) service. "brunq" is the program that runs the SMTP queue. - - robert Service-Type = Framed-User - Exec-Program = "/usr/local/sbin/brunq -h %f delta", - Fall-Through = 1 - - The output from Exec-Program-Wait is parsed by the radius server. If - it looks like Attribute/Value pairs, they are decoded and added to the - reply sent to the NAS. This way, you can for example set Session-Timeout. - - If Exec-Program-Wait returns a non-zero exit status, access will be - denied to the user. With a zero-exit status, access is granted. - Login-Time defines the time span a user may login to the system. The format of a so-called time string is like the format used by UUCP. A time string may be a list of simple time strings separated by "|" or ",".