Allow exec in authenticate sections, too.
authoraland <aland>
Wed, 29 Jan 2003 20:02:09 +0000 (20:02 +0000)
committeraland <aland>
Wed, 29 Jan 2003 20:02:09 +0000 (20:02 +0000)
src/modules/rlm_exec/rlm_exec.c

index 5dc1eb9..e100add 100644 (file)
@@ -313,9 +313,9 @@ module_t rlm_exec = {
        NULL,                           /* initialization */
        exec_instantiate,               /* instantiation */
        {
-               NULL,                   /* authentication */
+               exec_dispatch,          /* authentication */
                exec_dispatch,          /* authorization */
-               NULL,                   /* pre-accounting */
+               exec_dispatch,          /* pre-accounting */
                exec_dispatch,          /* accounting */
                NULL,                   /* check simul */
                exec_dispatch,          /* pre-proxy */