]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
no longer list "exec" in "send reply" sections
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 Sep 2017 21:38:38 +0000 (17:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 Sep 2017 21:38:38 +0000 (17:38 -0400)
Exec-Program-Wait no longer exists

raddb/sites-available/default

index e7b253f957deec650ebd1ed2c263404c773aff69..1ca6c6f30467e96ea6b4623f095da9fb48fe9557 100644 (file)
@@ -368,9 +368,6 @@ send Access-Accept {
        #
 #      ldap
 
-       # For Exec-Program and Exec-Program-Wait
-       exec
-
        #
        #  Calculate the various WiMAX keys.  In order for this to work,
        #  you will need to define the WiMAX NAI, usually via
@@ -573,9 +570,6 @@ send Accounting-Response {
        #  Cisco VoIP specific bulk accounting
 #      pgsql-voip
 
-       # For Exec-Program and Exec-Program-Wait
-       exec
-
        #  Filter attributes from the accounting response.
        attr_filter.accounting_response
 }