]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add pre/post proxy sections
authorAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jun 2015 15:21:08 +0000 (11:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 17 Jun 2015 15:21:08 +0000 (11:21 -0400)
src/modules/rlm_passwd/rlm_passwd.c

index bd5d7a13ce0dde901180863561224a2792c2ae71..884f6b2a998514b2cffabc263f0f102bb1522c7d 100644 (file)
@@ -588,6 +588,8 @@ module_t rlm_passwd = {
                [MOD_AUTHORIZE]         = mod_passwd_map,
                [MOD_ACCOUNTING]        = mod_passwd_map,
                [MOD_POST_AUTH]         = mod_passwd_map,
+               [MOD_PRE_PROXY]         = mod_passwd_map,
+               [MOD_POST_PROXY]        = mod_passwd_map,
 #ifdef WITH_COA
                [MOD_RECV_COA]          = mod_passwd_map,
                [MOD_SEND_COA]          = mod_passwd_map