]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove more spurious commits
authorAlan T. DeKok <aland@freeradius.org>
Tue, 15 Jan 2019 13:34:50 +0000 (08:34 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 15 Jan 2019 13:35:41 +0000 (08:35 -0500)
raddb/dictionary
raddb/mods-available/echo
raddb/sites-available/default

index b848eee3cb0016e1251adfa89775e1acf2c2c520..eed5d70f41b314f9ed3f006a22d9f9a2be2c9516 100644 (file)
 #ATTRIBUTE     My-Local-String         3000    string
 #ATTRIBUTE     My-Local-IPAddr         3001    ipaddr
 #ATTRIBUTE     My-Local-Integer        3002    integer
-
-VENDOR example    65535
-
-BEGIN-VENDOR example
-ATTRIBUTE Example-Integer      1 integer
-ATTRIBUTE Example-String       2 string
-ATTRIBUTE Example-IP-Address   3 ipaddr
-
-VALUE  Example-Integer Name1   1
-VALUE  Example-Integer Name2   2
-
-END-VENDOR example
index 0f00fb2cebb6024d74a035352903d809d6eab426..ad3e15933f9e85c5566810432a5fec8f23d877c1 100644 (file)
@@ -52,7 +52,7 @@ exec echo {
        #  field, so things like the following example will
        #  work.
        #
-       program = "/bin/echo 'Filter-Id := %{User-Name}'"
+       program = "/bin/echo %{User-Name}"
 
        #
        #  The attributes which are placed into the
@@ -79,7 +79,7 @@ exec echo {
        #  restrictions as to availability, are the same as
        #  for the input_pairs.
        #
-       output_pairs = coa
+       output_pairs = reply
 
        #
        #  When to execute the program.  If the packet
index 8353293612515fb1baf51a982df89c405ed213c2..f0ad079f5db59f94476059fb8b3b4e6183b1e30a 100644 (file)
@@ -566,14 +566,6 @@ authenticate {
 preacct {
        preprocess
 
-        update coa {
-                  User-Name="%{User-Name}"
-                  Acct-Session-Id="%{%{Acct-Multi-Session-Id}:-%{Acct-Session-ID}}"
-          }
-                 
-          echo
-
-
        #
        #  Merge Acct-[Input|Output]-Gigawords and Acct-[Input-Output]-Octets
        #  into a single 64bit counter Acct-[Input|Output]-Octets64.